Uses of Interface
de.marcely.bedwars.tools.gui.ClickListener
Packages that use ClickListener
Package
Description
Events related to
Player actions, or changes to player properties.Tools for easily implementing in game GUIs.
-
Uses of ClickListener in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return ClickListenerModifier and TypeMethodDescription@Nullable ClickListenerPlayerOpenArenaEditorInSetupGUI.Button.getListener()Returns the listener that handles what will happen when the player clicks on the button.Methods in de.marcely.bedwars.api.event.player with parameters of type ClickListenerModifier and TypeMethodDescriptionPlayerOpenArenaEditorInSetupGUI.construct(Plugin plugin, PlayerOpenArenaEditorInSetupGUI.ButtonCategory category, PlayerOpenArenaEditorInSetupGUI.ButtonType type, ItemStack icon, ClickListener listener) Constructs a new button on which players will be able to click on. -
Uses of ClickListener in de.marcely.bedwars.tools.gui
Classes in de.marcely.bedwars.tools.gui that implement ClickListenerModifier and TypeClassDescriptionstatic classWraps an existing ClickListener instance, where you may optionally override its listener methods.static classAn implementation of ClickListener that does effectively nothingFields in de.marcely.bedwars.tools.gui declared as ClickListenerMethods in de.marcely.bedwars.tools.gui that return ClickListenerMethods in de.marcely.bedwars.tools.gui with parameters of type ClickListenerModifier and TypeMethodDescriptiondefault intClickableGUI.addItem(ItemStack is, ClickListener listener) default intClickableGUI.addItem(ItemStack is, ClickListener listener, @Nullable AddItemCondition condition) default voidClickableGUI.fill(ItemStack is, ClickListener listener) Replaces any slot with the given item and listens for clicksdefault voidClickableGUI.fillSpace(ItemStack is, ClickListener listener) Replaces any empty/air slot with the given item and listens for clicksdefault voidClickableGUI.setItem(ItemStack is, int x, int y, ClickListener listener) Set an item at a specific x and y coordinate and listen whenever someone clicks on itdefault voidClickableGUI.setItem(ItemStack is, int slot, ClickListener listener) Set an item at a specific slot and listen whenever someone clicks on itConstructors in de.marcely.bedwars.tools.gui with parameters of type ClickListenerModifierConstructorDescriptionGUIItem(ItemStack is, ClickListener listener) GUIItem(ItemStack is, ClickListener listener, @Nullable Object attachement) Proxy(ClickListener listener)