|
RuneHive-Game
|
Holds the starter kit data. More...
Public Member Functions | |
| String[] | getDescription () |
| Item[] | getEquipment () |
| Item[] | getItems () |
| PlayerRight | getRight () |
| KitData (PlayerRight right, String[] description, Item[] equipment, Item... items) | |
Constructs a new KitData. | |
Public Attributes | |
| HARDCORE_IRONMAN | |
| IRONMAN | |
| NORMAL | |
| ULTIMATE_IRONMAN | |
Private Attributes | |
| final String[] | description |
| The starter kit description. | |
| final Item[] | equipment |
| The starter kit equipment items. | |
| final Item[] | items |
| The starter kit items. | |
| final PlayerRight | right |
| The player right of the starter kit. | |
Holds the starter kit data.
Definition at line 51 of file StarterKit.java.
| com.runehive.content.StarterKit.KitData.KitData | ( | PlayerRight | right, |
| String[] | description, | ||
| Item[] | equipment, | ||
| Item... | items ) |
Constructs a new KitData.
Definition at line 111 of file StarterKit.java.
References description, equipment, items, and right.
| String[] com.runehive.content.StarterKit.KitData.getDescription | ( | ) |
Definition at line 122 of file StarterKit.java.
References description.
| Item[] com.runehive.content.StarterKit.KitData.getEquipment | ( | ) |
Definition at line 126 of file StarterKit.java.
References equipment.
| Item[] com.runehive.content.StarterKit.KitData.getItems | ( | ) |
| PlayerRight com.runehive.content.StarterKit.KitData.getRight | ( | ) |
|
private |
The starter kit description.
Definition at line 102 of file StarterKit.java.
Referenced by getDescription(), and KitData().
|
private |
The starter kit equipment items.
Definition at line 105 of file StarterKit.java.
Referenced by getEquipment(), and KitData().
| com.runehive.content.StarterKit.KitData.HARDCORE_IRONMAN |
Definition at line 96 of file StarterKit.java.
| com.runehive.content.StarterKit.KitData.IRONMAN |
Definition at line 59 of file StarterKit.java.
|
private |
The starter kit items.
Definition at line 108 of file StarterKit.java.
Referenced by getItems(), and KitData().
| com.runehive.content.StarterKit.KitData.NORMAL |
Definition at line 52 of file StarterKit.java.
Referenced by com.runehive.content.StarterKit.open().
|
private |
The player right of the starter kit.
Definition at line 99 of file StarterKit.java.
Referenced by getRight(), and KitData().
| com.runehive.content.StarterKit.KitData.ULTIMATE_IRONMAN |
Definition at line 72 of file StarterKit.java.