RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
void | finish () |
void | cleanup () |
void | onLogout (Player player) |
void | onDeath (Mob mob) |
void | onRegionChange (Player player) |
boolean | canTeleport (Player player) |
Public Member Functions inherited from com.osroyale.content.activity.Activity | |
Activity (int cooldown, int instance) | |
void | sequence () |
void | update () |
void | setPanel (Activity_Panel panel) |
Optional< Activity_Panel > | getPanel () |
void | add (Mob mob) |
void | remove (Mob mob) |
void | removeAll (Mob... mobs) |
void | setPause (boolean pause) |
void | cooldown (int cooldown) |
int | getInstance () |
int | getTicks () |
Static Public Member Functions | |
static VorkathActivity | create (Player player) |
Protected Member Functions | |
void | start () |
Protected Member Functions inherited from com.osroyale.content.activity.Activity | |
final void | resetCooldown () |
final void | finishCooldown () |
final void | pause () |
final boolean | isPaused () |
Optional<? extends ActivityListener<? extends Activity > > | getListener () |
Additional Inherited Members | |
Static Protected Attributes inherited from com.osroyale.content.activity.Activity | |
static final int | START = 0 |
static final int | FINISH = -1 |
static final int | PAUSE = -2 |
The activity for Vorkath.
Definition at line 60 of file VorkathActivity.java.
|
inline |
Called when the player attempts to teleport.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 174 of file VorkathActivity.java.
|
inline |
Cleans up the activity when finished.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 117 of file VorkathActivity.java.
|
inlinestatic |
Creates a new Vorkath activity for the player.
Definition at line 78 of file VorkathActivity.java.
|
inline |
Finishes the activity.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 94 of file VorkathActivity.java.
|
inline |
Called when the player die
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 151 of file VorkathActivity.java.
|
inline |
Called when the player logs out.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 145 of file VorkathActivity.java.
|
inline |
Called when the player changes region.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 161 of file VorkathActivity.java.
|
inlineprotected |
Starts the next activity stage.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 90 of file VorkathActivity.java.