Uses of Interface
net.minecraft.advancement.criterion.CriterionConditions
Package
Description
-
Uses of CriterionConditions in net.minecraft.advancement
Modifier and TypeFieldDescriptionprivate final @Nullable CriterionConditions
AdvancementCriterion.conditions
Modifier and TypeMethodDescriptionAdvancement.Builder.criterion
(String name, CriterionConditions conditions) -
Uses of CriterionConditions in net.minecraft.advancement.criterion
Modifier and TypeInterfaceDescriptioninterface
Criterion<T extends CriterionConditions>
static class
Criterion.ConditionsContainer<T extends CriterionConditions>
Modifier 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
Modifier and TypeMethodDescriptionstatic <T extends CriterionConditions>
@Nullable Criterion<T>Criteria.getById
(Identifier id) -
Uses of CriterionConditions in net.minecraft.data.server.recipe
Modifier 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)