| Interface | Description |
|---|---|
| UContainer.SlotHandlerFunction |
Used as a function to customize slots with the append methods
|
| UContainer.SlotInventoryFunction |
Used as a function to customize slots with the append methods
|
| Class | Description |
|---|---|
| UContainer |
A basic container
|
| USyncedContainer |
A synchronized container with custom packets.
|
| USyncedTileEntityContainer<T extends net.minecraft.tileentity.TileEntity & ISyncedTileEntity> |
A synchronized tile entity container with custom packets an a tile entity that implements
ISyncedTileEntity |