public abstract class InventoryEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryEvent.Open
Event fired when a
MalisisInventory is opened. |
static class |
InventoryEvent.SlotChanged
Event fired when a
MalisisSlot has its itemStack changed. |
| Constructor and Description |
|---|
InventoryEvent(MalisisInventory inventory) |
| Modifier and Type | Method and Description |
|---|---|
MalisisInventory |
getInventory() |
public InventoryEvent(MalisisInventory inventory)
public MalisisInventory getInventory()