public interface ITickManager extends IGridCache
| Modifier and Type | Method and Description |
|---|---|
boolean |
alertDevice(IGridNode node)
immediately sets the node to tick, only valid if your node is marked as "Alertable" in its TickingRequest
Sleeping Devices Still Alertable, when your tile is alerted its new status is determined by the result of its
tick.
|
boolean |
sleepDevice(IGridNode node)
disables ticking for your device.
|
boolean |
wakeDevice(IGridNode node)
enables ticking for your device, undoes a sleepDevice call.
|
addNode, onJoin, onSplit, onUpdateTick, populateGridStorage, removeNodeboolean alertDevice(IGridNode node)
Sleeping Devices Still Alertable, when your tile is alerted its new status is determined by the result of its tick.
node - gridnodeboolean sleepDevice(IGridNode node)
node - gridnodeboolean wakeDevice(IGridNode node)
node - gridnode