|
RuneHive-Game
|
The pet mystery box. More...
Protected Member Functions | |
| int | item () |
| The item identification of the mystery box. | |
| String | name () |
| The name of the mystery box. | |
| MysteryItem[] | rewards () |
| The rewards for the mystery box. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from com.runehive.content.mysterybox.MysteryBox | |
| static void | load () |
| Handles loading the mystery boxes. | |
| Static Package Functions inherited from com.runehive.content.mysterybox.MysteryBox | |
| static Optional< MysteryBox > | getMysteryBox (int item) |
| Handles getting the mystery box. | |
The pet mystery box.
Definition at line 13 of file PetMysteryBox.java.
|
protected |
The item identification of the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 20 of file PetMysteryBox.java.
|
protected |
The name of the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 15 of file PetMysteryBox.java.
|
protected |
The rewards for the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 25 of file PetMysteryBox.java.