RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
PrestigeData (String name, int skill, int button, int string) |
Static Public Member Functions | |
static PrestigeData | forButton (int button) |
Public Attributes | |
final String | name |
final int | skill |
final int | button |
final int | string |
Holds the prestige data.
Definition at line 49 of file PrestigeData.java.
|
inline |
Constructs a new Prestige
.
Definition at line 108 of file PrestigeData.java.
|
inlinestatic |
Grabs the prestige data based on the button identification.
Definition at line 118 of file PrestigeData.java.
final int com.osroyale.content.prestige.PrestigeData.button |
The button identification of the prestige.
Definition at line 98 of file PrestigeData.java.
final String com.osroyale.content.prestige.PrestigeData.name |
The name of the prestige.
Definition at line 88 of file PrestigeData.java.
final int com.osroyale.content.prestige.PrestigeData.skill |
The skill identification of the prestige.
Definition at line 93 of file PrestigeData.java.
final int com.osroyale.content.prestige.PrestigeData.string |
The string identification of the prestige.
Definition at line 103 of file PrestigeData.java.