Class Achievement
java.lang.Object
org.strassburger.cookieclickerz.util.achievements.Achievement
-
Constructor Summary
ConstructorsConstructorDescriptionAchievement
(AchievementType type) Achievement
(AchievementType type, int progress) -
Method Summary
Modifier and TypeMethodDescriptionint
getGoal()
int
getType()
boolean
void
void
setProgress
(int progress)
-
Constructor Details
-
Achievement
-
Achievement
- Throws:
IllegalArgumentException
-
-
Method Details
-
getType
-
getProgress
public int getProgress() -
setProgress
public void setProgress(int progress) -
isCompleted
public boolean isCompleted() -
getGoal
public int getGoal() -
getBigIntegerGoal
-
printState
public void printState()
-