RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.activity.impl.barrows.Barrows Class Reference
Inheritance diagram for com.osroyale.content.activity.impl.barrows.Barrows:
Collaboration diagram for com.osroyale.content.activity.impl.barrows.Barrows:

Public Member Functions

void onDeath (Mob mob)
void finish ()
void cleanup ()
void onLogout (Player player)
void onRegionChange (Player player)
void update ()
boolean canTeleport (Player player)
Public Member Functions inherited from com.osroyale.content.activity.Activity
 Activity (int cooldown, int instance)
void sequence ()
void setPanel (Activity_Panel panel)
Optional< Activity_PanelgetPanel ()
void add (Mob mob)
void remove (Mob mob)
void removeAll (Mob... mobs)
void setPause (boolean pause)
void cooldown (int cooldown)
int getInstance ()
int getTicks ()

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

Detailed Description

Definition at line 52 of file Barrows.java.

Member Function Documentation

◆ canTeleport()

boolean com.osroyale.content.activity.impl.barrows.Barrows.canTeleport ( Player player)
inline

Called when the player attempts to teleport.

Reimplemented from com.osroyale.content.activity.Activity.

Definition at line 178 of file Barrows.java.

◆ cleanup()

void com.osroyale.content.activity.impl.barrows.Barrows.cleanup ( )
inline

Cleans up the activity when finished.

Reimplemented from com.osroyale.content.activity.Activity.

Definition at line 138 of file Barrows.java.

◆ finish()

void com.osroyale.content.activity.impl.barrows.Barrows.finish ( )
inline

Finishes the activity.

Reimplemented from com.osroyale.content.activity.Activity.

Definition at line 131 of file Barrows.java.

◆ onDeath()

void com.osroyale.content.activity.impl.barrows.Barrows.onDeath ( Mob mob)
inline

Called when the player die

Reimplemented from com.osroyale.content.activity.Activity.

Definition at line 106 of file Barrows.java.

◆ onLogout()

void com.osroyale.content.activity.impl.barrows.Barrows.onLogout ( Player player)
inline

Called when the player logs out.

Reimplemented from com.osroyale.content.activity.Activity.

Definition at line 145 of file Barrows.java.

◆ onRegionChange()

void com.osroyale.content.activity.impl.barrows.Barrows.onRegionChange ( Player player)
inline

Called when the player changes region.

Reimplemented from com.osroyale.content.activity.Activity.

Definition at line 150 of file Barrows.java.

◆ start()

void com.osroyale.content.activity.impl.barrows.Barrows.start ( )
inlineprotected

Starts the next activity stage.

Reimplemented from com.osroyale.content.activity.Activity.

Definition at line 126 of file Barrows.java.

◆ update()

void com.osroyale.content.activity.impl.barrows.Barrows.update ( )
inline

The update method.

Reimplemented from com.osroyale.content.activity.Activity.

Definition at line 164 of file Barrows.java.


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