RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.bloodmoney.BloodMoneyChest Class Reference
Collaboration diagram for com.osroyale.content.bloodmoney.BloodMoneyChest:

Static Public Member Functions

static void spawn ()
static void finish (boolean unlocked)
static void open (Player player)
static String getInformation ()

Static Public Attributes

static boolean active
static CustomGameObject chest
static Npc guardian
static BloodMoneyPosition data
static final Stopwatch stopwatch = Stopwatch.start()

Detailed Description

The blood money chest manager.

Author
Daniel

Definition at line 52 of file BloodMoneyChest.java.

Member Function Documentation

◆ finish()

void com.osroyale.content.bloodmoney.BloodMoneyChest.finish ( boolean unlocked)
inlinestatic

Handles finishing the blood money chet.

Definition at line 91 of file BloodMoneyChest.java.

◆ getInformation()

String com.osroyale.content.bloodmoney.BloodMoneyChest.getInformation ( )
inlinestatic

The information displayed on information tab.

Definition at line 133 of file BloodMoneyChest.java.

◆ open()

void com.osroyale.content.bloodmoney.BloodMoneyChest.open ( Player player)
inlinestatic

Handles opening the blood money chest.

Definition at line 113 of file BloodMoneyChest.java.

◆ spawn()

void com.osroyale.content.bloodmoney.BloodMoneyChest.spawn ( )
inlinestatic

Handles spawning the blood money chest.

Definition at line 72 of file BloodMoneyChest.java.

Member Data Documentation

◆ active

boolean com.osroyale.content.bloodmoney.BloodMoneyChest.active
static

The state of the blood money chest.

Definition at line 54 of file BloodMoneyChest.java.

◆ chest

CustomGameObject com.osroyale.content.bloodmoney.BloodMoneyChest.chest
static

The blood money chest object.

Definition at line 60 of file BloodMoneyChest.java.

◆ data

BloodMoneyPosition com.osroyale.content.bloodmoney.BloodMoneyChest.data
static

Blood chest position.

Definition at line 66 of file BloodMoneyChest.java.

◆ guardian

Npc com.osroyale.content.bloodmoney.BloodMoneyChest.guardian
static

The guardian npc.

Definition at line 63 of file BloodMoneyChest.java.

◆ stopwatch

final Stopwatch com.osroyale.content.bloodmoney.BloodMoneyChest.stopwatch = Stopwatch.start()
static

The stopwatch for this event.

Definition at line 69 of file BloodMoneyChest.java.


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