RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
void | finish () |
void | cleanup () |
void | update () |
boolean | canTeleport (Player player) |
void | onRegionChange (Player player) |
void | onLogout (Player player) |
Optional<? extends ActivityListener<? extends Activity > > | getListener () |
Public Member Functions inherited from com.osroyale.content.activity.Activity | |
Activity (int cooldown, int instance) | |
void | sequence () |
void | onDeath (Mob mob) |
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 () |
Public Attributes | |
final Set< Npc > | npcs = new HashSet<>() |
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 () |
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 |
Definition at line 63 of file Inferno.java.
|
inline |
Called when the player attempts to teleport.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 240 of file Inferno.java.
|
inline |
Cleans up the activity when finished.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 216 of file Inferno.java.
|
inline |
Finishes the activity.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 186 of file Inferno.java.
|
inline |
Gets an Optional
of the ActivityListener
for this activity.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 265 of file Inferno.java.
|
inline |
Called when the player logs out.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 254 of file Inferno.java.
|
inline |
Called when the player changes region.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 245 of file Inferno.java.
|
inlineprotected |
Starts the next activity stage.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 149 of file Inferno.java.
|
inline |
The update method.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 223 of file Inferno.java.
final Set<Npc> com.osroyale.content.activity.inferno.Inferno.npcs = new HashSet<>() |
A set of npcs in this activity.
Definition at line 78 of file Inferno.java.