|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerType | |
|---|---|
| bot | |
| info | |
| Uses of TimerType in bot |
|---|
| Fields in bot with type parameters of type TimerType | |
|---|---|
java.util.HashMap<TimerType,java.lang.Double> |
EmotionalBot.timersDelayTime
Duration times of our timers |
java.util.HashMap<TimerType,java.lang.Double> |
EmotionalBot.timersTriggerTime
Trigger times of our timers |
| Methods in bot that return types with arguments of type TimerType | |
|---|---|
java.util.ArrayList<TimerType> |
EmotionalBot.timersGetRunning()
Returns all currently running timers. |
| Methods in bot with parameters of type TimerType | |
|---|---|
void |
EmotionalBot.timerErase(TimerType timer)
Immediately removes target timer from timers pool. |
void |
EmotionalBot.timerFinished(TimerType timer)
Called anytime some timer is finished - it is not 100% accurate. |
void |
EmotionalFemaleBot.timerFinished(TimerType type)
|
double |
EmotionalBot.timerGetTriggerTime(TimerType timer)
Gets trigger time of input timer, if none returs -1. |
boolean |
EmotionalBot.timerIsRunning(TimerType timer)
Returns true if the timer is active and running. |
void |
EmotionalBot.timerSet(TimerType timer,
double timerDelay)
Sets the timer in our timer pool, timer starts running. |
| Uses of TimerType in info |
|---|
| Methods in info that return TimerType | |
|---|---|
static TimerType |
TimerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimerType[] |
TimerType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||