RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.famehall.FameEntry Enum Reference

Public Member Functions

 FameEntry (String entry, int display, FameType type)
String getEntry ()
int getDisplay ()
FameType getType ()

Static Public Member Functions

static List< FameEntrygetEntries (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)

Detailed Description

Holds all the fame entries.

Author
Daniel

Definition at line 52 of file FameEntry.java.

Constructor & Destructor Documentation

◆ FameEntry()

com.osroyale.content.famehall.FameEntry.FameEntry ( String entry,
int display,
FameType type )
inline

Constructs a new FameEntry.

Parameters
entryThe entry string.
displayThe display item.
typeThe fame type.

Definition at line 149 of file FameEntry.java.

Member Function Documentation

◆ getDisplay()

int com.osroyale.content.famehall.FameEntry.getDisplay ( )
inline

Gets the display item.

Returns
Display item.

Definition at line 169 of file FameEntry.java.

◆ getEntries()

List< FameEntry > com.osroyale.content.famehall.FameEntry.getEntries ( FameType type)
inlinestatic

Gets all the entries based on the fame type.

Parameters
typeThe fame type to filter out.
Returns
List of fame entries.

Definition at line 189 of file FameEntry.java.

◆ getEntry()

String com.osroyale.content.famehall.FameEntry.getEntry ( )
inline

Gets the entry string.

Returns
Entry string.

Definition at line 160 of file FameEntry.java.

◆ getType()

FameType com.osroyale.content.famehall.FameEntry.getType ( )
inline

Gets the fame type.

Returns
Fame type.

Definition at line 178 of file FameEntry.java.

Member Data Documentation

◆ CLAIM_A_MAX_CAPE

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.

◆ FIRST_TASSETS_DROP

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.

◆ MAX_AGILITY_LEVEL

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.

◆ REACH_100_KILLS

com.osroyale.content.famehall.FameEntry.REACH_100_KILLS =("Reach 100 kills", 6824, FameType.PVP)

Player Killing

Definition at line 56 of file FameEntry.java.


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