RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
FameEntry (String entry, int display, FameType type) | |
String | getEntry () |
int | getDisplay () |
FameType | getType () |
Static Public Member Functions | |
static List< FameEntry > | getEntries (FameType type) |
Public Attributes | |
REACH_100_KILLS =("Reach 100 kills", 6824, FameType.PVP) | |
FIRST_TASSETS_DROP =("First Bandos tassets drop", 11834, FameType.PVM) | |
MAX_AGILITY_LEVEL =("Reach level 99 in Agility", 9771, FameType.SKILL) | |
CLAIM_A_MAX_CAPE =("Claim a Max cape", 13280, FameType.MISC) |
Holds all the fame entries.
Definition at line 52 of file FameEntry.java.
|
inline |
Constructs a new FameEntry
.
entry | The entry string. |
display | The display item. |
type | The fame type. |
Definition at line 149 of file FameEntry.java.
|
inline |
Gets all the entries based on the fame type.
type | The fame type to filter out. |
Definition at line 189 of file FameEntry.java.
|
inline |
|
inline |
com.osroyale.content.famehall.FameEntry.CLAIM_A_MAX_CAPE =("Claim a Max cape", 13280, FameType.MISC) |
Miscellaneous
Definition at line 118 of file FameEntry.java.
com.osroyale.content.famehall.FameEntry.FIRST_TASSETS_DROP =("First Bandos tassets drop", 11834, FameType.PVM) |
Monster Killing
Definition at line 76 of file FameEntry.java.
com.osroyale.content.famehall.FameEntry.MAX_AGILITY_LEVEL =("Reach level 99 in Agility", 9771, FameType.SKILL) |
Skilling
Definition at line 98 of file FameEntry.java.
com.osroyale.content.famehall.FameEntry.REACH_100_KILLS =("Reach 100 kills", 6824, FameType.PVP) |
Player Killing
Definition at line 56 of file FameEntry.java.