public final class InventoryChangeEvent extends Event
AbstractInventory changes and its IInventory.notifyChange(int) method is called. It cannot be cancelled.| Modifier and Type | Field and Description |
|---|---|
int |
changedSlot |
IInventory |
inventory |
| Constructor and Description |
|---|
InventoryChangeEvent(IInventory inventory,
int changedSlot) |
public final IInventory inventory
public final int changedSlot
public InventoryChangeEvent(IInventory inventory, int changedSlot)