| Interface | Description |
|---|---|
| ICraftingContainer<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> |
The base interface for crafting containers.
|
| IInventory<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> |
The base interface for inventories.
|
| Class | Description |
|---|---|
| AContainer<T extends IInventory<I,S>,I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> |
The base class for containers.
|