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 () |
Handles burying a bone.
Definition at line 55 of file BuryBoneAction.java.
|
inline |
The skill animation to execute.
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 112 of file BuryBoneAction.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 68 of file BuryBoneAction.java.
|
inline |
The experience given from this action.
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 117 of file BuryBoneAction.java.
|
inline |
Gets the name of this action.
Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 131 of file BuryBoneAction.java.
|
inline |
Gets the WalkablePolicy of this action.
Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 141 of file BuryBoneAction.java.
|
inline |
Any functionality that should be handled when this action is submitted.
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 73 of file BuryBoneAction.java.
|
inline |
A function executed on cancellation.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 107 of file BuryBoneAction.java.
|
inline |
The method which is called on intervals of the specified #delay
;
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 78 of file BuryBoneAction.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 136 of file BuryBoneAction.java.
|
inline |
The skill we should hand to experience to.
Reimplemented from com.osroyale.content.skill.SkillAction.
Definition at line 126 of file BuryBoneAction.java.