RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.preset.Preset Class Reference

Public Member Functions

 Preset (String name, Item[] inventory, Item[] equipment, PrayerBook prayer, Spellbook spellbook)
 Preset (String name)
 Preset ()
String getName ()
Item[] getInventory ()

Detailed Description

The preset class.

Author
Daniel

Definition at line 46 of file Preset.java.

Constructor & Destructor Documentation

◆ 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
nameThe name of the preset.
inventoryThe inventory of the preset.
equipmentThe equipment of the preset.
prayerThe quick-prayers of the preset.
spellbookThe 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
nameThe 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.

Member Function Documentation

◆ 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: