Class Achievement.Combat
java.lang.Object
org.rspeer.game.component.tdi.Achievement.Combat
- Enclosing interface:
Achievement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic intstatic booleanisComplete(Achievement.Tier tier) static booleanisComplete(Achievement.Tier tier, boolean strict)
-
Constructor Details
-
Combat
public Combat()
-
-
Method Details
-
getCompletedTaskCount
public static int getCompletedTaskCount() -
getCompletedTaskCount
-
isComplete
- Parameters:
tier- The tier of combat achievements to check forstrict- A value oftruemeans that the achievement tier should be fully completed. A value of false allows completion to the point that rewards can be claimed- Returns:
trueIf you have completed the given tier of combat achievements.
-
isComplete
- Parameters:
tier- The tier of combat achievements to check for- Returns:
trueIf you have "completed" the given tier of combat achievements. Completion in this case is defined by completing enough tasks to claim the rewards, not necessarily completing every task in that tier. Equivalent to#isComplete(Tier, false)
-