|
RuneHive-Game
|
The gold (tier 3) 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 gold (tier 3) mystery box.
Definition at line 15 of file GoldMysteryBox.java.
|
protected |
The item identification of the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 22 of file GoldMysteryBox.java.
|
protected |
The name of the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 17 of file GoldMysteryBox.java.
|
protected |
The rewards for the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 27 of file GoldMysteryBox.java.
References com.runehive.util.Items.ABYSSAL_BLUDGEON, com.runehive.util.Items.AMULET_OF_TORTURE, com.runehive.util.Items.ARCANE_PRAYER_SCROLL, com.runehive.util.Items.ARCHERS_RING_I_, com.runehive.util.Items.ARMADYL_CHAINSKIRT, com.runehive.util.Items.ARMADYL_CHESTPLATE, com.runehive.util.Items.ARMADYL_CROSSBOW, 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.BERSERKER_RING_I_, com.runehive.util.Items.BLUE_PARTYHAT, com.runehive.util.Items.DEXTEROUS_PRAYER_SCROLL, com.runehive.util.Items.DINHS_BULWARK, com.runehive.util.Items.DRAGON_CLAWS, com.runehive.util.Items.DRAGON_HUNTER_CROSSBOW, com.runehive.util.Items.DRAGON_WARHAMMER, com.runehive.util.Items.ELDER_MAUL_3, com.runehive.util.Items.ETERNAL_BOOTS, com.runehive.util.Items.GREEN_PARTYHAT, com.runehive.util.Items.NECKLACE_OF_ANGUISH, com.runehive.util.Items.PEGASIAN_BOOTS, com.runehive.util.Items.PRIMORDIAL_BOOTS, com.runehive.util.Items.PURPLE_PARTYHAT, com.runehive.util.Items.RED_PARTYHAT, com.runehive.util.Items.RING_OF_SUFFERING, com.runehive.util.Items.SANTA_HAT, com.runehive.util.Items.SARADOMIN_GODSWORD, com.runehive.util.Items.SMOULDERING_STONE, com.runehive.util.Items.TORMENTED_BRACELET, com.runehive.util.Items.TOXIC_BLOWPIPE, com.runehive.util.Items.TRIDENT_OF_THE_SEAS, com.runehive.util.Items.TRIDENT_OF_THE_SWAMP, com.runehive.util.Items.TWISTED_BUCKLER, com.runehive.util.Items.WHITE_PARTYHAT, and com.runehive.util.Items.YELLOW_PARTYHAT.