public class SyncedTemperature
extends java.lang.Object
| Constructor and Description |
|---|
SyncedTemperature(IHeatExchangerLogic logic) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSyncedTemp()
Call client side to get the synced temperature.
|
void |
tick()
Call server side on a regular basis.
|
public SyncedTemperature(IHeatExchangerLogic logic)