Uses of Interface
net.minecraft.advancement.criterion.CriterionConditions
Packages that use CriterionConditions
Package
Description
The base package for all Minecraft classes.
-
Uses of CriterionConditions in net.minecraft
Classes in net.minecraft that implement CriterionConditionsModifier and TypeClassDescriptionstatic class
static class
static class
-
Uses of CriterionConditions in net.minecraft.advancement
Fields in net.minecraft.advancement declared as CriterionConditionsMethods in net.minecraft.advancement that return CriterionConditionsMethods in net.minecraft.advancement with parameters of type CriterionConditionsModifier and TypeMethodDescriptionAdvancement.Task.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
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 TypeMethodDescriptionCookingRecipeJsonFactory.criterion(String string, CriterionConditions criterionConditions)
CraftingRecipeJsonFactory.criterion(String name, CriterionConditions conditions)
ShapedRecipeJsonFactory.criterion(String string, CriterionConditions criterionConditions)
ShapelessRecipeJsonFactory.criterion(String string, CriterionConditions criterionConditions)
SingleItemRecipeJsonFactory.criterion(String string, CriterionConditions criterionConditions)
SmithingRecipeJsonFactory.criterion(String criterionName, CriterionConditions conditions)