| Package | Description |
|---|---|
| org.cloudburstmc.api.event.inventory |
| Modifier and Type | Method and Description |
|---|---|
InventoryMoveItemEvent.Action |
InventoryMoveItemEvent.getAction() |
static InventoryMoveItemEvent.Action |
InventoryMoveItemEvent.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryMoveItemEvent.Action[] |
InventoryMoveItemEvent.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InventoryMoveItemEvent(Inventory from,
Inventory targetInventory,
InventoryHolder source,
ItemStack item,
InventoryMoveItemEvent.Action action) |
Copyright © 2021. All rights reserved.