RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
ClanLevel (long experience, int points, String color) | |
long | getExperience () |
int | getPoints () |
String | getColor () |
Static Public Member Functions | |
static ClanLevel | getLevel (double experience) |
Handles the clan levels (based off the total experience earned).
Definition at line 46 of file ClanLevel.java.
|
inline |
The clan level.
Definition at line 71 of file ClanLevel.java.
|
inline |
Gets the clan level color.
Definition at line 88 of file ClanLevel.java.
|
inline |
Gets the experience of the clan level.
Definition at line 78 of file ClanLevel.java.
|
inlinestatic |
Gets a clan level based off the experience.
Definition at line 93 of file ClanLevel.java.
|
inline |
Gets the points rewarded for leveling up.
Definition at line 83 of file ClanLevel.java.