|
RuneHive-Game
|
The bronze (tier 1) 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 bronze (tier 1) mystery box.
Definition at line 14 of file BronzeMysteryBox.java.
|
protected |
The item identification of the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 21 of file BronzeMysteryBox.java.
|
protected |
The name of the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 16 of file BronzeMysteryBox.java.
|
protected |
The rewards for the mystery box.
Reimplemented from com.runehive.content.mysterybox.MysteryBox.
Definition at line 25 of file BronzeMysteryBox.java.
References com.runehive.util.Items.ABYSSAL_WHIP, com.runehive.util.Items.AMULET_OF_FURY, com.runehive.util.Items.AMULET_OF_THE_DAMNED, com.runehive.util.Items.ARCHERS_RING, com.runehive.util.Items.BERSERKER_RING, com.runehive.util.Items.COINS, com.runehive.util.Items.DARK_BOW, com.runehive.util.Items.DRAGON_BOOTS, com.runehive.util.Items.DRAGON_CHAINBODY, com.runehive.util.Items.DRAGON_FULL_HELM, com.runehive.util.Items.DRAGON_PICKAXE, com.runehive.util.Items.DRAGON_PLATELEGS, com.runehive.util.Items.DRAGON_PLATESKIRT, com.runehive.util.Items.FLIPPERS, com.runehive.util.Items.GNOME_SCARF, com.runehive.util.Items.GOLDEN_APRON, com.runehive.util.Items.GOLDEN_CHEFS_HAT, com.runehive.util.Items.INFINITY_BOOTS, com.runehive.util.Items.INFINITY_BOTTOMS, com.runehive.util.Items.INFINITY_GLOVES, com.runehive.util.Items.INFINITY_HAT, com.runehive.util.Items.INFINITY_TOP, com.runehive.util.Items.MANTA_RAY_2, com.runehive.util.Items.SAMURAI_BOOTS, com.runehive.util.Items.SAMURAI_GLOVES, com.runehive.util.Items.SAMURAI_GREAVES, com.runehive.util.Items.SAMURAI_KASA, com.runehive.util.Items.SAMURAI_SHIRT, com.runehive.util.Items.SEERS_RING, and com.runehive.util.Items.TRIDENT_OF_THE_SEAS.