RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
PresetManager (Player player) | |
void | open () |
void | open (int slot) |
void | refresh () |
void | name (String name) |
void | upload () |
void | activate () |
void | delete () |
void | openSettings () |
Public Attributes | |
Preset[] | preset = new Preset[SIZE] |
boolean | deathOpen |
boolean | autoDeposit |
Static Public Attributes | |
static final int | SIZE = 10 |
Handles managing the preset system.
Definition at line 64 of file PresetManager.java.
|
inline |
Constructs a new PresetManager
.
Definition at line 85 of file PresetManager.java.
|
inline |
Activates the preset.
Definition at line 195 of file PresetManager.java.
|
inline |
Handles deleting the preset.
Definition at line 315 of file PresetManager.java.
|
inline |
Handles naming the preset.
Definition at line 147 of file PresetManager.java.
|
inline |
Opens the preset to the last viewed slot.
Definition at line 90 of file PresetManager.java.
|
inline |
Opens the preset to a specific slot.
Definition at line 95 of file PresetManager.java.
|
inline |
Handles opening the settings menu for the preset.
Definition at line 330 of file PresetManager.java.
|
inline |
Refreshes all the components on the interface.
Definition at line 111 of file PresetManager.java.
|
inline |
Handles uploading the preset content.
Definition at line 165 of file PresetManager.java.
boolean com.osroyale.content.preset.PresetManager.autoDeposit |
The automatically deposit items on activate flag.
Definition at line 79 of file PresetManager.java.
boolean com.osroyale.content.preset.PresetManager.deathOpen |
The preset opening on death flag.
Definition at line 76 of file PresetManager.java.
The presets.
Definition at line 73 of file PresetManager.java.
|
static |
The total preset size.
Definition at line 67 of file PresetManager.java.