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.criteriaprivate static final com.mojang.serialization.Codec<Map<String, CriterionProgress>> AdvancementProgress.CRITERIA_CODECMethods in net.minecraft.advancements that return CriterionProgressModifier and TypeMethodDescriptionstatic CriterionProgressCriterionProgress.fromNetwork(FriendlyByteBuf p_12918_) AdvancementProgress.getCriterion(String p_8215_) Constructor parameters in net.minecraft.advancements with type arguments of type CriterionProgressModifierConstructorDescriptionprivateAdvancementProgress(Map<String, CriterionProgress> p_144358_)