RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
boolean | canInit () |
void | init () |
void | onExecute () |
void | onCancel (boolean logout) |
Optional< SkillAnimation > | animation () |
double | experience () |
int | skill () |
String | getName () |
boolean | prioritized () |
WalkablePolicy | getWalkablePolicy () |
Public Member Functions inherited from com.osroyale.content.skill.SkillAction | |
SkillAction (Mob mob, Optional< Position > position, int delay, boolean instant) | |
SkillAction (Mob mob, Optional< Position > position, boolean instant) | |
final void | start () |
boolean | ignore () |
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 () |
Additional Inherited Members | |
Protected Member Functions inherited from com.osroyale.content.skill.SkillAction | |
final void | onSchedule () |
final void | execute () |
Protected Member Functions inherited from com.osroyale.game.task.Task | |
boolean | canSchedule () |
Definition at line 50 of file ScatterAshAction.java.
|
inline |
The skill animation to execute.
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 89 of file ScatterAshAction.java.
|
inline |
Determines if this action can be initialized.
true
if it can, false
otherwise. Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 63 of file ScatterAshAction.java.
|
inline |
The experience given from this action.
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 94 of file ScatterAshAction.java.
|
inline |
Gets the name of this action.
Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 108 of file ScatterAshAction.java.
|
inline |
Gets the WalkablePolicy of this action.
Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 118 of file ScatterAshAction.java.
|
inline |
Any functionality that should be handled when this action is submitted.
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 68 of file ScatterAshAction.java.
|
inline |
A function executed on cancellation.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 84 of file ScatterAshAction.java.
|
inline |
The method which is called on intervals of the specified #delay
;
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 73 of file ScatterAshAction.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 113 of file ScatterAshAction.java.
|
inline |
The skill we should hand to experience to.
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 103 of file ScatterAshAction.java.