Uses of Enum Class
org.bukkit.event.inventory.ClickType
Packages that use ClickType
-
Uses of ClickType in org.bukkit.event.inventory
Subclasses with type arguments of type ClickType in org.bukkit.event.inventoryModifier and TypeClassDescriptionenumWhat the client did to trigger this action (not the result).Methods in org.bukkit.event.inventory that return ClickTypeModifier and TypeMethodDescriptionInventoryClickEvent.getClick()Gets the ClickType for this event.static ClickTypeReturns the enum constant of this class with the specified name.static ClickType[]ClickType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.event.inventory with parameters of type ClickTypeModifierConstructorDescriptionCraftItemEvent(Recipe recipe, InventoryView what, InventoryType.SlotType type, int slot, ClickType click, InventoryAction action) CraftItemEvent(Recipe recipe, InventoryView what, InventoryType.SlotType type, int slot, ClickType click, InventoryAction action, int key) InventoryClickEvent(InventoryView view, InventoryType.SlotType type, int slot, ClickType click, InventoryAction action) InventoryClickEvent(InventoryView view, InventoryType.SlotType type, int slot, ClickType click, InventoryAction action, int key) SmithItemEvent(InventoryView view, InventoryType.SlotType type, int slot, ClickType click, InventoryAction action) SmithItemEvent(InventoryView view, InventoryType.SlotType type, int slot, ClickType click, InventoryAction action, int key)