final int points
The clan points rewarded.
ClanLevel(long experience, int points, String color)
The clan level.
int getPoints()
Gets the points rewarded for leveling up.
long getExperience()
Gets the experience of the clan level.
static ClanLevel getLevel(double experience)
Gets a clan level based off the experience.
String getColor()
Gets the clan level color.
final long experience
The experience of the level.