RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
void | execute () |
WalkablePolicy | getWalkablePolicy () |
String | getName () |
boolean | prioritized () |
Public Member Functions inherited from com.osroyale.game.action.Action< T extends Mob > | |
Action (T mob, int delay, boolean instant) | |
Action (T mob, int delay) | |
T | getMob () |
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 () |
Protected Member Functions | |
boolean | canSchedule () |
void | onSchedule () |
void | onCancel (boolean logout) |
Created by Daniel on 2017-10-12.
Definition at line 18 of file LadderAction.java.
|
inlineprotected |
A function executed on registration.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 38 of file LadderAction.java.
|
inline |
A function representing the unit of work that will be carried out.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 55 of file LadderAction.java.
|
inline |
Gets the name of this action.
Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 75 of file LadderAction.java.
|
inline |
Gets the WalkablePolicy of this action.
Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 70 of file LadderAction.java.
|
inlineprotected |
A function executed on cancellation.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 66 of file LadderAction.java.
|
inlineprotected |
A function executed on registration.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 47 of file LadderAction.java.
|
inline |
Determines if this action is prioritized.
When making an action prioritized, the next action will be ignored if not queued.
true
if this action is prioritized, false
otherwise. Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 80 of file LadderAction.java.