ClanAchievement(String details, int amount, Difficulty difficulty)
Constructs a new ClanAchievement.
final String details
The details of the achievement.
final int amount
The amount required of the achievement.
static Optional< ClanAchievement > forOrdinal(int ordinal)
Gets the clan achivement based on the ordinal.
int getPoints()
Gets the reward points for completing an achievement.
double getExperience()
Gets the reward experience for completing an achivement.
final Difficulty difficulty
The difficulty of the achievement.