RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Static Public Member Functions | |
static void | createKey (Player player) |
static Item | getReward () |
Static Public Attributes | |
static final Item[] | KEY_HALVES = {new Item(985), new Item(987)} |
static final Item | KEY = new Item(989) |
Handles opening the crystal chest.
Definition at line 49 of file CrystalChest.java.
|
inlinestatic |
Handles creating a key.
Definition at line 58 of file CrystalChest.java.
|
inlinestatic |
Handles getting an item reward from the chest.
Definition at line 68 of file CrystalChest.java.
|
static |
The item key to enter the crystal chest.
Definition at line 55 of file CrystalChest.java.
|
static |
The two item key halves.
Definition at line 52 of file CrystalChest.java.