Class Advancement
java.lang.Object
dev.getelements.elements.sdk.model.advancement.Advancement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Any steps that were completed as part of thisAdvancement
.AllReward
instances earned as part of thisAdvancement
.int
hashCode()
void
setCompletedSteps
(List<Step> completedSteps) void
setCurrentStep
(Step currentStep) void
setRewardsEarned
(List<Reward> rewardsEarned) toString()
-
Constructor Details
-
Advancement
public Advancement()
-
-
Method Details
-
getCurrentStep
- Returns:
- the step
-
setCurrentStep
-
getCompletedSteps
Any steps that were completed as part of thisAdvancement
.- Returns:
- the list of steps
-
setCompletedSteps
-
getRewardsEarned
AllReward
instances earned as part of thisAdvancement
.- Returns:
- ths list of rewards
-
setRewardsEarned
-
equals
-
hashCode
public int hashCode() -
toString
-