RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.prestige.PrestigeData Enum Reference
Collaboration diagram for com.osroyale.content.prestige.PrestigeData:

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

Detailed Description

Holds the prestige data.

Author
Daniel.

Definition at line 49 of file PrestigeData.java.

Constructor & Destructor Documentation

◆ PrestigeData()

com.osroyale.content.prestige.PrestigeData.PrestigeData ( String name,
int skill,
int button,
int string )
inline

Constructs a new Prestige.

Definition at line 108 of file PrestigeData.java.

Member Function Documentation

◆ forButton()

PrestigeData com.osroyale.content.prestige.PrestigeData.forButton ( int button)
inlinestatic

Grabs the prestige data based on the button identification.

Definition at line 118 of file PrestigeData.java.

Member Data Documentation

◆ button

final int com.osroyale.content.prestige.PrestigeData.button

The button identification of the prestige.

Definition at line 98 of file PrestigeData.java.

◆ name

final String com.osroyale.content.prestige.PrestigeData.name

The name of the prestige.

Definition at line 88 of file PrestigeData.java.

◆ skill

final int com.osroyale.content.prestige.PrestigeData.skill

The skill identification of the prestige.

Definition at line 93 of file PrestigeData.java.

◆ string

final int com.osroyale.content.prestige.PrestigeData.string

The string identification of the prestige.

Definition at line 103 of file PrestigeData.java.


The documentation for this enum was generated from the following file: