RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.mysterybox.MysteryBox Class Referenceabstract
Inheritance diagram for com.osroyale.content.mysterybox.MysteryBox:

Static Public Member Functions

static void load ()

Protected Member Functions

abstract String name ()
abstract int item ()
abstract MysteryItem[] rewards ()

Detailed Description

The mystery box class.

Author
Daniel

Definition at line 50 of file MysteryBox.java.

Member Function Documentation

◆ item()

abstract int com.osroyale.content.mysterybox.MysteryBox.item ( )
abstractprotected

◆ load()

void com.osroyale.content.mysterybox.MysteryBox.load ( )
inlinestatic

Handles loading the mystery boxes.

Definition at line 56 of file MysteryBox.java.

◆ name()

abstract String com.osroyale.content.mysterybox.MysteryBox.name ( )
abstractprotected

◆ rewards()

abstract MysteryItem[] com.osroyale.content.mysterybox.MysteryBox.rewards ( )
abstractprotected

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