RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.CrystalChest Class Reference

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)

Detailed Description

Handles opening the crystal chest.

Author
Daniel

Definition at line 49 of file CrystalChest.java.

Member Function Documentation

◆ createKey()

void com.osroyale.content.CrystalChest.createKey ( Player player)
inlinestatic

Handles creating a key.

Definition at line 58 of file CrystalChest.java.

◆ getReward()

Item com.osroyale.content.CrystalChest.getReward ( )
inlinestatic

Handles getting an item reward from the chest.

Definition at line 68 of file CrystalChest.java.

Member Data Documentation

◆ KEY

final Item com.osroyale.content.CrystalChest.KEY = new Item(989)
static

The item key to enter the crystal chest.

Definition at line 55 of file CrystalChest.java.

◆ KEY_HALVES

final Item [] com.osroyale.content.CrystalChest.KEY_HALVES = {new Item(985), new Item(987)}
static

The two item key halves.

Definition at line 52 of file CrystalChest.java.


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