Uses of Interface
de.themoep.inventorygui.GuiElement.Action
-
Uses of GuiElement.Action in de.themoep.inventorygui
Methods in de.themoep.inventorygui that return GuiElement.ActionModifier and TypeMethodDescriptionDynamicGuiElement.getAction
(org.bukkit.entity.HumanEntity who) GuiElement.getAction
(org.bukkit.entity.HumanEntity who) Get the action that is executed when clicking on this elementInventoryGui.getOutsideAction()
Get the Action that is run when clicked outside of the inventoryMethods in de.themoep.inventorygui with parameters of type GuiElement.ActionModifier and TypeMethodDescriptionvoid
InventoryGui.addElement
(char slotChar, org.bukkit.inventory.ItemStack item, GuiElement.Action action, String... text) Create and add aStaticGuiElement
in one quick method.void
InventoryGui.addElement
(char slotChar, org.bukkit.material.MaterialData materialData, GuiElement.Action action, String... text) Create and add aStaticGuiElement
in one quick method.void
InventoryGui.addElement
(char slotChar, org.bukkit.Material material, byte data, GuiElement.Action action, String... text) Create and add aStaticGuiElement
void
InventoryGui.addElement
(char slotChar, org.bukkit.Material material, GuiElement.Action action, String... text) Create and add aStaticGuiElement
void
GuiElement.setAction
(GuiElement.Action action) Set the action that is executed when clicking on this elementvoid
InventoryGui.setOutsideAction
(GuiElement.Action outsideAction) Set the Action that is run when clicked outside of the inventoryConstructors in de.themoep.inventorygui with parameters of type GuiElement.ActionModifierConstructorDescriptionGuiElement
(char slotChar, GuiElement.Action action) Represents an element in a guiStaticGuiElement
(char slotChar, org.bukkit.inventory.ItemStack item, int number, GuiElement.Action action, String... text) Represents an element in a guiStaticGuiElement
(char slotChar, org.bukkit.inventory.ItemStack item, GuiElement.Action action, String... text) Represents an element in a gui