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

Public Member Functions

void finish ()
void cleanup ()
void onDeath (Mob mob)
void onRegionChange (Player player)
void onLogout (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_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

Created by Daniel on 2018-01-20.

Definition at line 53 of file CerberusActivity.java.

Member Function Documentation

◆ canTeleport()

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

Called when the player attempts to teleport.

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

Definition at line 138 of file CerberusActivity.java.

◆ cleanup()

void com.osroyale.content.activity.impl.CerberusActivity.cleanup ( )
inline

Cleans up the activity when finished.

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

Definition at line 89 of file CerberusActivity.java.

◆ finish()

void com.osroyale.content.activity.impl.CerberusActivity.finish ( )
inline

Finishes the activity.

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

Definition at line 83 of file CerberusActivity.java.

◆ onDeath()

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

Called when the player die

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

Definition at line 100 of file CerberusActivity.java.

◆ onLogout()

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

Called when the player logs out.

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

Definition at line 132 of file CerberusActivity.java.

◆ onRegionChange()

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

Called when the player changes region.

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

Definition at line 124 of file CerberusActivity.java.

◆ start()

void com.osroyale.content.activity.impl.CerberusActivity.start ( )
inlineprotected

Starts the next activity stage.

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

Definition at line 72 of file CerberusActivity.java.


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