RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.mysterybox.impl.PetMysteryBox Class Reference

The pet mystery box. More...

Inheritance diagram for com.runehive.content.mysterybox.impl.PetMysteryBox:
Collaboration diagram for com.runehive.content.mysterybox.impl.PetMysteryBox:

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< MysteryBoxgetMysteryBox (int item)
 Handles getting the mystery box.

Detailed Description

The pet mystery box.

Author
Daniel

Definition at line 13 of file PetMysteryBox.java.

Member Function Documentation

◆ item()

int com.runehive.content.mysterybox.impl.PetMysteryBox.item ( )
protected

The item identification of the mystery box.

Reimplemented from com.runehive.content.mysterybox.MysteryBox.

Definition at line 20 of file PetMysteryBox.java.

20 {
21 return 8038;
22 }

◆ name()

String com.runehive.content.mysterybox.impl.PetMysteryBox.name ( )
protected

The name of the mystery box.

Reimplemented from com.runehive.content.mysterybox.MysteryBox.

Definition at line 15 of file PetMysteryBox.java.

15 {
16 return "Pet mystery box";
17 }

◆ rewards()

MysteryItem[] com.runehive.content.mysterybox.impl.PetMysteryBox.rewards ( )
protected

The rewards for the mystery box.

Reimplemented from com.runehive.content.mysterybox.MysteryBox.

Definition at line 25 of file PetMysteryBox.java.

25 {
26 return new MysteryItem[]{
27 new MysteryItem(13247, 1, EXOTIC),
28 new MysteryItem(20851, 1, EXOTIC),
29 new MysteryItem(12653, 1, EXOTIC),
30 new MysteryItem(12651, 1, EXOTIC),
31 new MysteryItem(12643, 1, EXOTIC),
32 new MysteryItem(12644, 1, EXOTIC),
33 new MysteryItem(12645, 1, EXOTIC),
34 new MysteryItem(12646, 1, EXOTIC),
35 new MysteryItem(12647, 1, EXOTIC),
36 new MysteryItem(12648, 1, EXOTIC),
37 new MysteryItem(12649, 1, EXOTIC),
38 new MysteryItem(12650, 1, EXOTIC),
39 new MysteryItem(12652, 1, EXOTIC),
40 new MysteryItem(12654, 1, EXOTIC),
41 new MysteryItem(12655, 1, EXOTIC),
42 new MysteryItem(13178, 1, EXOTIC),
43 new MysteryItem(13177, 1, EXOTIC),
44 new MysteryItem(13179, 1, EXOTIC),
45 new MysteryItem(13181, 1, EXOTIC),
46 new MysteryItem(11995, 1, EXOTIC),
47 new MysteryItem(12921, 1, EXOTIC),
48 new MysteryItem(12816, 1, EXOTIC),
49 new MysteryItem(13225, 1, EXOTIC),
50 new MysteryItem(13321, 1, EXOTIC),
51 new MysteryItem(13320, 1, EXOTIC),
52 new MysteryItem(13323, 1, EXOTIC),
53 new MysteryItem(20659, 1, EXOTIC),
54 new MysteryItem(20661, 1, EXOTIC),
55 new MysteryItem(20663, 1, EXOTIC),
56 new MysteryItem(20665, 1, EXOTIC),
57 new MysteryItem(13322, 1, EXOTIC)
58 };
59 }

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