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

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 33 of file SteppingStoneTask.java.

Member Function Documentation

◆ execute()

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

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

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

Definition at line 56 of file SteppingStoneTask.java.

◆ onCancel()

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

A function executed on cancellation.

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

Definition at line 62 of file SteppingStoneTask.java.

◆ onSchedule()

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

A function executed on registration.

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

Definition at line 46 of file SteppingStoneTask.java.


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