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

Public Member Functions

 Fame (FameType fame, String name, String accomplished)
FameType getFame ()
String getName ()
String getAccomplished ()

Detailed Description

The fame class.

Author
Daniel

Definition at line 36 of file Fame.java.

Constructor & Destructor Documentation

◆ Fame()

com.osroyale.content.famehall.Fame.Fame ( FameType fame,
String name,
String accomplished )
inline

Constructs a new Fame.

Parameters
fameThe fame type.
nameThe player name.
accomplishedThe accomplished date.

Definition at line 57 of file Fame.java.

Member Function Documentation

◆ getAccomplished()

String com.osroyale.content.famehall.Fame.getAccomplished ( )
inline

Gets the accomplished date.

Returns
Fame accomplished date.

Definition at line 86 of file Fame.java.

◆ getFame()

FameType com.osroyale.content.famehall.Fame.getFame ( )
inline

Gets the fame type.

Returns
Fame type.

Definition at line 68 of file Fame.java.

◆ getName()

String com.osroyale.content.famehall.Fame.getName ( )
inline

Gets the player name.

Returns
Player name.

Definition at line 77 of file Fame.java.


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