Uses of Enum Class
org.cloudburstmc.api.event.inventory.InventoryMoveItemEvent.Action
Packages that use InventoryMoveItemEvent.Action
-
Uses of InventoryMoveItemEvent.Action in org.cloudburstmc.api.event.inventory
Methods in org.cloudburstmc.api.event.inventory that return InventoryMoveItemEvent.ActionModifier and TypeMethodDescriptionInventoryMoveItemEvent.getAction()Returns the enum constant of this class with the specified name.static InventoryMoveItemEvent.Action[]InventoryMoveItemEvent.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cloudburstmc.api.event.inventory with parameters of type InventoryMoveItemEvent.ActionModifierConstructorDescriptionInventoryMoveItemEvent(Inventory from, Inventory targetInventory, InventoryHolder source, ItemStack item, InventoryMoveItemEvent.Action action)