RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
void | cooldown (int cooldown) |
void | cleanup () |
void | finish () |
void | onRegionChange (Player player) |
void | onLogout (Player player) |
Public Member Functions inherited from com.osroyale.content.activity.Activity | |
Activity (int cooldown, int instance) | |
void | sequence () |
void | update () |
void | onDeath (Mob mob) |
void | setPanel (Activity_Panel panel) |
Optional< Activity_Panel > | getPanel () |
boolean | canTeleport (Player player) |
void | add (Mob mob) |
void | remove (Mob mob) |
void | removeAll (Mob... mobs) |
void | setPause (boolean pause) |
int | getInstance () |
int | getTicks () |
Static Public Member Functions | |
static TutorialActivity | 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 |
Handles the tutorial activity.
Definition at line 71 of file TutorialActivity.java.
|
inline |
Cleans up the activity when finished.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 375 of file TutorialActivity.java.
|
inline |
Applies a cooldown.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 116 of file TutorialActivity.java.
|
inlinestatic |
Creates the tutorial activity for the player.
Definition at line 96 of file TutorialActivity.java.
|
inline |
Finishes the activity.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 380 of file TutorialActivity.java.
|
inline |
Called when the player logs out.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 447 of file TutorialActivity.java.
|
inline |
Called when the player changes region.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 443 of file TutorialActivity.java.
|
inlineprotected |
Starts the next activity stage.
Reimplemented from com.osroyale.content.activity.Activity.
Definition at line 127 of file TutorialActivity.java.