Interface | Description |
---|---|
IAutoSyncedTileEntity |
Implement this in you tile entity when it should automatically sync values to the client side.
|
IInitSyncedTileEntity |
Implement this in you tile entity when it should sync values when a player opens the container
|
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.
|