RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Static Public Member Functions | |
static void | load () |
Protected Member Functions | |
abstract String | name () |
abstract int | item () |
abstract MysteryItem[] | rewards () |
The mystery box class.
Definition at line 50 of file MysteryBox.java.
|
abstractprotected |
The item identification of the mystery box.
Reimplemented in com.osroyale.content.mysterybox.impl.BronzeMysteryBox, com.osroyale.content.mysterybox.impl.GoldMysteryBox, com.osroyale.content.mysterybox.impl.PetMysteryBox, and com.osroyale.content.mysterybox.impl.SilverMysteryBox.
|
inlinestatic |
Handles loading the mystery boxes.
Definition at line 56 of file MysteryBox.java.
|
abstractprotected |
The name of the mystery box.
Reimplemented in com.osroyale.content.mysterybox.impl.BronzeMysteryBox, com.osroyale.content.mysterybox.impl.GoldMysteryBox, com.osroyale.content.mysterybox.impl.PetMysteryBox, and com.osroyale.content.mysterybox.impl.SilverMysteryBox.
|
abstractprotected |
The rewards for the mystery box.
Reimplemented in com.osroyale.content.mysterybox.impl.BronzeMysteryBox, com.osroyale.content.mysterybox.impl.GoldMysteryBox, com.osroyale.content.mysterybox.impl.PetMysteryBox, and com.osroyale.content.mysterybox.impl.SilverMysteryBox.