Uses of Enum Class
com.loohp.limbo.inventory.InventoryAction
Packages that use InventoryAction
-
Uses of InventoryAction in com.loohp.limbo.events.inventory
Methods in com.loohp.limbo.events.inventory that return InventoryActionConstructors in com.loohp.limbo.events.inventory with parameters of type InventoryActionModifierConstructorDescriptionInventoryClickEvent
(InventoryView view, InventoryType.SlotType type, int rawSlot, ClickType click, InventoryAction action) InventoryClickEvent
(InventoryView view, InventoryType.SlotType type, int rawSlot, ClickType click, InventoryAction action, int hotbarKey) -
Uses of InventoryAction in com.loohp.limbo.inventory
Methods in com.loohp.limbo.inventory that return InventoryActionModifier and TypeMethodDescriptionstatic InventoryAction
Returns the enum constant of this class with the specified name.static InventoryAction[]
InventoryAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.