Uses of Enum Class
eu.endercentral.crazy_advancements.advancement.progress.SetCriteriaResult
Package
Description
-
Uses of SetCriteriaResult in eu.endercentral.crazy_advancements.advancement.progress
Modifier and TypeMethodDescriptionAdvancementProgress.setCriteriaProgress
(int number) Sets Criteria, does not update for the playerstatic SetCriteriaResult
Returns the enum constant of this class with the specified name.static SetCriteriaResult[]
SetCriteriaResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SetCriteriaResult in eu.endercentral.crazy_advancements.manager
Modifier and TypeMethodDescriptionAdvancementManager.setCriteriaProgress
(UUID uuid, Advancement advancement, int criteriaProgress) Sets the criteria progress for an advancement, also works with offline players
Only works for Advancements withCriteriaType
NUMBER and will returnSetCriteriaResult
INVALID if it doesn't matchAdvancementManager.setCriteriaProgress
(Player player, Advancement advancement, int criteriaProgress) Sets the criteria progress for an advancement
Only works for Advancements withCriteriaType
Number and will returnSetCriteriaResult
INVALID if it doesn't match