| Class | Description |
|---|---|
| CameraPitchEvent |
Represents an event which task is to move the pitch angle of the camera.
|
| CameraYawEvent |
Represents an event which task it is to rotate the camera yaw.
|
| Event |
Represents an event executing a task that is executed by the bot engine.
|
| EventExecutor | |
| EventQueue<T extends EventQueue> | |
| InteractionEvent |
Represents an event which task it is to perform an interaction with either an
entity, position, interface or mouse destination.
|
| InteractionQueue | |
| RandomExecutor | |
| ScriptExecutor | |
| WaitEvent | |
| WalkingEvent |
Represents an event which task it is to perform walking.
|
| WebWalkEvent |
| Enum | Description |
|---|---|
| Event.EventMode |
The event mode determines the execution environment under which the event gets executed under.
|
| Event.EventStatus |
The event status determines what the event is doing.
|
| WebWalkEvent.PathType |
| Annotation Type | Description |
|---|---|
| SingletonEvent |
Makes an event only executable concurrently once based on Class type.
|