Package | Description |
---|---|
cell2d | |
cell2d.space |
Modifier and Type | Method and Description |
---|---|
int |
Thinker.getTimerValue(TimedEvent<U> timedEvent)
Returns the current value of this Thinker's timer for the specified
TimedEvent.
|
void |
Thinker.setTimerValue(TimedEvent<U> timedEvent,
int value)
Sets the value of this Thinker's timer for the specified TimedEvent to
the specified value.
|
Modifier and Type | Method and Description |
---|---|
int |
ThinkerObject.getTimerValue(TimedEvent<SpaceState<T>> timedEvent)
Returns the current value of this ThinkerObject's timer for the specified
TimedEvent.
|
void |
ThinkerObject.setTimerValue(TimedEvent<SpaceState<T>> timedEvent,
int value)
Sets the value of this ThinkerObject's timer for the specified TimedEvent
to the specified value.
|