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

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 ()
Protected Member Functions inherited from com.osroyale.game.task.Task
boolean canSchedule ()
void onCancel (boolean logout)

Detailed Description

Teleports an entity to another part of the world.

Author
Daniel

Definition at line 38 of file HunterRespawnTask.java.

Member Function Documentation

◆ execute()

void com.osroyale.game.action.impl.HunterRespawnTask.execute ( )
inline

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

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

Definition at line 60 of file HunterRespawnTask.java.

◆ onSchedule()

void com.osroyale.game.action.impl.HunterRespawnTask.onSchedule ( )
inlineprotected

A function executed on registration.

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

Definition at line 47 of file HunterRespawnTask.java.


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