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

Protected Member Functions

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

Additional Inherited Members

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

Detailed Description

This randomevent handles the teleblock counter.

Author
Daniel | Obey

Definition at line 36 of file TeleblockTask.java.

Member Function Documentation

◆ execute()

void com.osroyale.game.task.impl.TeleblockTask.execute ( )
inlineprotected

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

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

Definition at line 46 of file TeleblockTask.java.

◆ onCancel()

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

A function executed on cancellation.

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

Definition at line 58 of file TeleblockTask.java.


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