Uses of Class
net.minecraft.advancements.CriterionProgress
Packages that use CriterionProgress
-
Uses of CriterionProgress in net.minecraft.advancements
Fields in net.minecraft.advancements with type parameters of type CriterionProgressModifier and TypeFieldDescriptionprivate final Map
<String, CriterionProgress> AdvancementProgress.criteria
private static final com.mojang.serialization.Codec
<Map<String, CriterionProgress>> AdvancementProgress.CRITERIA_CODEC
Methods in net.minecraft.advancements that return CriterionProgressModifier and TypeMethodDescriptionstatic CriterionProgress
CriterionProgress.fromNetwork
(FriendlyByteBuf pBuffer) AdvancementProgress.getCriterion
(String pCriterionName) Constructor parameters in net.minecraft.advancements with type arguments of type CriterionProgressModifierConstructorDescriptionprivate
AdvancementProgress
(Map<String, CriterionProgress> pCriteria)