| Interface | Description |
|---|---|
| IAutoSyncedTileEntity |
Implement this in you tile entity when it should automatically sync values to the client side.
|
| ISyncedData |
Sync methods for containers and tile entities.
|
| ISyncedTileEntity |
Implement this in you tile entity when it should sync values to the client side and the over way around.
|