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

Public Member Functions

 PrestigePerk (String name, String description, int item)

Public Attributes

final String name
final String description
final int item

Detailed Description

Handles the perk rewards from prestiging.

Author
Daniel.

Definition at line 38 of file PrestigePerk.java.

Constructor & Destructor Documentation

◆ PrestigePerk()

com.osroyale.content.prestige.PrestigePerk.PrestigePerk ( String name,
String description,
int item )
inline

Constructs a new PrestigePerk.

Definition at line 80 of file PrestigePerk.java.

Member Data Documentation

◆ description

final String com.osroyale.content.prestige.PrestigePerk.description

The description of the perk.

Definition at line 70 of file PrestigePerk.java.

◆ item

final int com.osroyale.content.prestige.PrestigePerk.item

The item identification of the perk.

Definition at line 75 of file PrestigePerk.java.

◆ name

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

The name of the perk.

Definition at line 65 of file PrestigePerk.java.


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