Uses of Interface
net.minecraft.advancement.criterion.CriterionConditions
Packages that use CriterionConditions
Package
Description
-
Uses of CriterionConditions in net.minecraft.advancement
Fields in net.minecraft.advancement declared as CriterionConditionsModifier and TypeFieldDescriptionprivate final @Nullable CriterionConditions
AdvancementCriterion.conditions
Methods in net.minecraft.advancement that return CriterionConditionsMethods in net.minecraft.advancement with parameters of type CriterionConditionsModifier and TypeMethodDescriptionAdvancement.Builder.criterion
(String name, CriterionConditions conditions) Constructors in net.minecraft.advancement with parameters of type CriterionConditions -
Uses of CriterionConditions in net.minecraft.advancement.criterion
Classes in net.minecraft.advancement.criterion with type parameters of type CriterionConditionsModifier and TypeInterfaceDescriptioninterface
Criterion<T extends CriterionConditions>
static class
Criterion.ConditionsContainer<T extends CriterionConditions>
Classes in net.minecraft.advancement.criterion that implement CriterionConditionsModifier and TypeClassDescriptionclass
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Fields in net.minecraft.advancement.criterion declared as CriterionConditionsMethods in net.minecraft.advancement.criterion with type parameters of type CriterionConditionsModifier and TypeMethodDescriptionstatic <T extends CriterionConditions>
@Nullable Criterion<T>Criteria.getById
(Identifier id) -
Uses of CriterionConditions in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe with parameters of type CriterionConditionsModifier and TypeMethodDescriptionCookingRecipeJsonBuilder.criterion
(String string, CriterionConditions criterionConditions) CraftingRecipeJsonBuilder.criterion
(String name, CriterionConditions conditions) ShapedRecipeJsonBuilder.criterion
(String string, CriterionConditions criterionConditions) ShapelessRecipeJsonBuilder.criterion
(String string, CriterionConditions criterionConditions) SingleItemRecipeJsonBuilder.criterion
(String string, CriterionConditions criterionConditions) SmithingRecipeJsonBuilder.criterion
(String criterionName, CriterionConditions conditions)