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