Uses of Enum Class
org.bukkit.event.inventory.ClickType
Packages that use ClickType
-
Uses of ClickType in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return ClickTypeModifier and TypeMethodDescriptionInventoryClickEvent.getClick()
Gets the ClickType for this event.static ClickType
Returns 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)