RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Protected Member Functions | |
void | onCancel (boolean logout) |
Protected Member Functions inherited from com.osroyale.game.task.Task | |
void | onSchedule () |
boolean | canSchedule () |
Additional Inherited Members | |
Public Member Functions inherited from com.osroyale.game.task.TickableTask | |
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 () |
Definition at line 29 of file SystemUpdateEvent.java.
|
inlineprotected |
A function executed on cancellation.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 52 of file SystemUpdateEvent.java.