RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
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() |
The blood money chest manager.
Definition at line 52 of file BloodMoneyChest.java.
|
inlinestatic |
Handles finishing the blood money chet.
Definition at line 91 of file BloodMoneyChest.java.
|
inlinestatic |
The information displayed on information tab.
Definition at line 133 of file BloodMoneyChest.java.
|
inlinestatic |
Handles opening the blood money chest.
Definition at line 113 of file BloodMoneyChest.java.
|
inlinestatic |
Handles spawning the blood money chest.
Definition at line 72 of file BloodMoneyChest.java.
|
static |
The state of the blood money chest.
Definition at line 54 of file BloodMoneyChest.java.
|
static |
The blood money chest object.
Definition at line 60 of file BloodMoneyChest.java.
|
static |
Blood chest position.
Definition at line 66 of file BloodMoneyChest.java.
|
static |
The guardian npc.
Definition at line 63 of file BloodMoneyChest.java.
|
static |
The stopwatch for this event.
Definition at line 69 of file BloodMoneyChest.java.