public abstract class Task
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected BotController |
botController |
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
execute() |
abstract int |
tickDelay() |
protected final BotController botController