Interface CriterionProgress
-
- All Superinterfaces:
Progressable
- All Known Subinterfaces:
ScoreCriterionProgress
public interface CriterionProgress extends Progressable
Represents the progress of aAdvancementCriterion
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdvancementCriterion
criterion()
Gets theAdvancementCriterion
.-
Methods inherited from interface org.spongepowered.api.advancement.Progressable
achieved, get, grant, revoke
-
-
-
-
Method Detail
-
criterion
AdvancementCriterion criterion()
Gets theAdvancementCriterion
.- Returns:
- The criterion
-
-