RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
Prestige (Player player) | |
void | open () |
void | prestige (PrestigeData data) |
void | perkInformation () |
boolean | activatePerk (Item item) |
int | getPrestigeColor (int skill) |
int | getColor (int tier) |
Public Attributes | |
int | totalPrestige |
int[] | prestige = new int[Skill.SKILL_COUNT] |
Set< PrestigePerk > | activePerks = new HashSet<>() |
Handles the prestige class.
Definition at line 61 of file Prestige.java.
|
inline |
Constructs a new Prestige
.
Definition at line 81 of file Prestige.java.
|
inline |
Activates the perk.
Definition at line 131 of file Prestige.java.
|
inline |
Gets the prestige color based on the tier.
Definition at line 159 of file Prestige.java.
|
inline |
Gets the current prestige color of the player.
Definition at line 154 of file Prestige.java.
|
inline |
Opens the prestige panel.
Definition at line 86 of file Prestige.java.
|
inline |
Displays all the perk information.
Definition at line 111 of file Prestige.java.
|
inline |
Handles prestiging the skill.
Definition at line 95 of file Prestige.java.
Set<PrestigePerk> com.osroyale.content.prestige.Prestige.activePerks = new HashSet<>() |
The set of all the active perks for the player.
Definition at line 78 of file Prestige.java.
int [] com.osroyale.content.prestige.Prestige.prestige = new int[Skill.SKILL_COUNT] |
The prestiges.
Definition at line 75 of file Prestige.java.
int com.osroyale.content.prestige.Prestige.totalPrestige |
The total amount of prestiges.
Definition at line 69 of file Prestige.java.