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