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 TypeMethodDescriptionvoidInventoryGui.addElement(char slotChar, org.bukkit.inventory.ItemStack item, GuiElement.Action action, String... text) Create and add aStaticGuiElementin one quick method.voidInventoryGui.addElement(char slotChar, org.bukkit.material.MaterialData materialData, GuiElement.Action action, String... text) Create and add aStaticGuiElementin one quick method.voidInventoryGui.addElement(char slotChar, org.bukkit.Material material, byte data, GuiElement.Action action, String... text) Create and add aStaticGuiElementvoidInventoryGui.addElement(char slotChar, org.bukkit.Material material, GuiElement.Action action, String... text) Create and add aStaticGuiElementvoidGuiElement.setAction(GuiElement.Action action) Set the action that is executed when clicking on this elementvoidInventoryGui.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