RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
void | execute () |
Public Member Functions inherited from com.osroyale.game.task.Task | |
Task (boolean instant, int delay) | |
Task (int delay) | |
boolean | canRun () |
synchronized final void | cancel () |
synchronized final void | cancel (boolean logout) |
Task | attach (Object newKey) |
boolean | isInstant () |
int | getDelay () |
void | setDelay (int delay) |
boolean | isRunning () |
Optional< Object > | getAttachment () |
Additional Inherited Members | |
Protected Member Functions inherited from com.osroyale.game.task.Task | |
void | onSchedule () |
boolean | canSchedule () |
void | onCancel (boolean logout) |
This is a debug action. Feel free to modify this how you want to test whatever.
Definition at line 51 of file DebugAction.java.
|
inline |
A function representing the unit of work that will be carried out.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 94 of file DebugAction.java.