Interface | Description |
---|---|
Carrier |
A Carrier is simply something that carries an
Inventory . |
Container | |
EmptyInventory |
An EmptyInventory is an Inventory with exactly zero slots, no children and
a guarantee that all queries will only every return an EmptyInventory.
|
Inventory |
Base interface for queryable inventories.
|
InventoryProperty<K,V> |
Base interface for Inventory Properties.
|
ItemStack |
Represents a stack of a specific
ItemType . |
ItemStackBuilder |
Represents a builder interface to create an
ItemStack . |
ItemStackSnapshot | |
Slot |
A slot is an
Inventory with only a single stack. |
Class | Description |
---|---|
Inventories |
Inventory convenience functionality.
|
ItemStackComparators |
A utility class for getting all available
Comparator s for
ItemStack s. |
ItemStackTransaction |
A transaction of an
ItemStack being offered to something. |