RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.game.task.impl.ChopVineTask Class Reference
Inheritance diagram for com.osroyale.game.task.impl.ChopVineTask:
Collaboration diagram for com.osroyale.game.task.impl.ChopVineTask:

Public Member Functions

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 ()

Protected Member Functions

void onSchedule ()
void onCancel (boolean logout)
Protected Member Functions inherited from com.osroyale.game.task.Task
boolean canSchedule ()

Detailed Description

Definition at line 43 of file ChopVineTask.java.

Member Function Documentation

◆ execute()

void com.osroyale.game.task.impl.ChopVineTask.execute ( )
inline

A function representing the unit of work that will be carried out.

Reimplemented from com.osroyale.game.task.Task.

Definition at line 84 of file ChopVineTask.java.

◆ onCancel()

void com.osroyale.game.task.impl.ChopVineTask.onCancel ( boolean logout)
inlineprotected

A function executed on cancellation.

Reimplemented from com.osroyale.game.task.Task.

Definition at line 99 of file ChopVineTask.java.

◆ onSchedule()

void com.osroyale.game.task.impl.ChopVineTask.onSchedule ( )
inlineprotected

A function executed on registration.

Reimplemented from com.osroyale.game.task.Task.

Definition at line 58 of file ChopVineTask.java.


The documentation for this class was generated from the following file: