|
RuneHive-Game
|
The silver (tier 2) 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 silver (tier 2) mystery box.
Definition at line 15 of file SilverMysteryBox.java.
|
protected |
The item identification of the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 22 of file SilverMysteryBox.java.
|
protected |
The name of the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 17 of file SilverMysteryBox.java.
|
protected |
The rewards for the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 27 of file SilverMysteryBox.java.
References com.runehive.util.Items.ABYSSAL_BLUDGEON, com.runehive.util.Items.ABYSSAL_WHIP, com.runehive.util.Items.AHRIMS_ARMOUR_SET, com.runehive.util.Items.ARMADYL_CHAINSKIRT, com.runehive.util.Items.ARMADYL_CHESTPLATE, com.runehive.util.Items.ARMADYL_GODSWORD, com.runehive.util.Items.ARMADYL_HELMET, com.runehive.util.Items.BANDOS_BOOTS, com.runehive.util.Items.BANDOS_CHESTPLATE, com.runehive.util.Items.BANDOS_GODSWORD, com.runehive.util.Items.BANDOS_TASSETS, com.runehive.util.Items.COINS, com.runehive.util.Items.DHAROKS_ARMOUR_SET, com.runehive.util.Items.DRAGON_FULL_HELM, com.runehive.util.Items.DRAGON_HARPOON, com.runehive.util.Items.FIGHTER_HAT, com.runehive.util.Items.FIGHTER_TORSO, com.runehive.util.Items.GREATER_DEMON_MASK, com.runehive.util.Items.GUTHANS_ARMOUR_SET, com.runehive.util.Items.JUNGLE_DEMON_MASK, com.runehive.util.Items.KARILS_ARMOUR_SET, com.runehive.util.Items.LESSER_DEMON_MASK, com.runehive.util.Items.OLD_DEMON_MASK, com.runehive.util.Items.RANGERS_TUNIC, com.runehive.util.Items.SARADOMIN_GODSWORD, com.runehive.util.Items.SHARK, com.runehive.util.Items.TOXIC_BLOWPIPE, com.runehive.util.Items.TRIDENT_OF_THE_SEAS, com.runehive.util.Items.VERACS_ARMOUR_SET, and com.runehive.util.Items.ZAMORAK_GODSWORD.