public class TickingRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
canBeAlerted
True only if you call
ITickManager .alertDevice( IGridNode ); |
boolean |
isSleeping
Determines the current expected state of your node, if your node expects
to be sleeping, then return true.
|
int |
maxTickRate
the maximum number of ticks that can pass between ticks, if this value is
exceeded the tile must tick.
|
int |
minTickRate
the minimum number of ticks that must pass between ticks.
|
Constructor and Description |
---|
TickingRequest(int min,
int max,
boolean sleep,
boolean alertable) |
public final int minTickRate
Valid Values are : 1+
Suggested is 5-20
public final int maxTickRate
Valid Values are 1+
Suggested is 20-40
public final boolean isSleeping
public final boolean canBeAlerted
ITickManager
.alertDevice( IGridNode );