RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
FlaxPickingAction (Player player, GameObject object) | |
void | execute () |
String | getName () |
boolean | prioritized () |
WalkablePolicy | getWalkablePolicy () |
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.game.task.Task | |
void | onSchedule () |
boolean | canSchedule () |
void | onCancel (boolean logout) |
Handles picking up a flax.
Definition at line 17 of file FlaxPickingAction.java.
|
inline |
Constructs a new FlaxPickingAction
.
player | The player instance. |
object | The flax game object. |
Definition at line 31 of file FlaxPickingAction.java.
|
inline |
A function representing the unit of work that will be carried out.
Reimplemented from com.osroyale.game.task.Task.
Definition at line 37 of file FlaxPickingAction.java.
|
inline |
Gets the name of this action.
Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 54 of file FlaxPickingAction.java.
|
inline |
Gets the WalkablePolicy of this action.
Reimplemented from com.osroyale.game.action.Action< T extends Mob >.
Definition at line 64 of file FlaxPickingAction.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 59 of file FlaxPickingAction.java.