Uses of Enum
de.themoep.inventorygui.GuiPageElement.PageAction
-
Uses of GuiPageElement.PageAction in de.themoep.inventorygui
Methods in de.themoep.inventorygui that return GuiPageElement.PageActionModifier and TypeMethodDescriptionstatic GuiPageElement.PageAction
Returns the enum constant of this type with the specified name.static GuiPageElement.PageAction[]
GuiPageElement.PageAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.themoep.inventorygui with parameters of type GuiPageElement.PageActionModifierConstructorDescriptionGuiPageElement
(char slotChar, org.bukkit.inventory.ItemStack item, GuiPageElement.PageAction pageAction, String... text) An element that allows for controlling the pagination of the gui.