The preset class.
- Author
- Daniel
Definition at line 46 of file Preset.java.
◆ Preset() [1/3]
com.osroyale.content.preset.Preset.Preset |
( |
String | name, |
|
|
Item[] | inventory, |
|
|
Item[] | equipment, |
|
|
PrayerBook | prayer, |
|
|
Spellbook | spellbook ) |
|
inline |
Constructs a new preset.
- Parameters
-
name | The name of the preset. |
inventory | The inventory of the preset. |
equipment | The equipment of the preset. |
prayer | The quick-prayers of the preset. |
spellbook | The spellbook of the preset. |
Definition at line 77 of file Preset.java.
◆ Preset() [2/3]
com.osroyale.content.preset.Preset.Preset |
( |
String | name | ) |
|
|
inline |
Constructs a new preset.
- Parameters
-
name | The name of the preset. |
Definition at line 91 of file Preset.java.
◆ Preset() [3/3]
com.osroyale.content.preset.Preset.Preset |
( |
| ) |
|
|
inline |
Constructs a new preset.
Definition at line 98 of file Preset.java.
◆ getInventory()
Item[] com.osroyale.content.preset.Preset.getInventory |
( |
| ) |
|
|
inline |
Gets the inventory of the preset.
- Returns
- The preset inventory.
Definition at line 117 of file Preset.java.
◆ getName()
String com.osroyale.content.preset.Preset.getName |
( |
| ) |
|
|
inline |
Gets the name of the preset.
- Returns
- The preset name.
Definition at line 108 of file Preset.java.
The documentation for this class was generated from the following file: