Uses of Interface
net.minecraft.data.recipes.RecipeBuilder
Packages that use RecipeBuilder
-
Uses of RecipeBuilder in net.minecraft.data.recipes
Classes in net.minecraft.data.recipes that implement RecipeBuilderModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.data.recipes with type parameters of type RecipeBuilderModifier and TypeFieldDescriptionprivate static Map<BlockFamily.Variant,BiFunction<ItemLike,ItemLike,RecipeBuilder>>RecipeProvider.shapeBuildersMethods in net.minecraft.data.recipes that return RecipeBuilderModifier and TypeMethodDescriptionprivate static RecipeBuilderRecipeProvider.buttonBuilder(ItemLike p_176659_, Ingredient p_176660_)private static RecipeBuilderRecipeProvider.doorBuilder(ItemLike p_176671_, Ingredient p_176672_)private static RecipeBuilderRecipeProvider.fenceBuilder(ItemLike p_176679_, Ingredient p_176680_)private static RecipeBuilderRecipeProvider.fenceGateBuilder(ItemLike p_176685_, Ingredient p_176686_)static RecipeBuilderRecipeProvider.polishedBuilder(ItemLike p_176605_, Ingredient p_176606_)private static RecipeBuilderRecipeProvider.pressurePlateBuilder(ItemLike p_176695_, Ingredient p_176696_)private static RecipeBuilderRecipeProvider.signBuilder(ItemLike p_176727_, Ingredient p_176728_)private static RecipeBuilderRecipeProvider.slabBuilder(ItemLike p_176705_, Ingredient p_176706_)private static RecipeBuilderRecipeProvider.stairBuilder(ItemLike p_176711_, Ingredient p_176712_)private static RecipeBuilderRecipeProvider.trapdoorBuilder(ItemLike p_176721_, Ingredient p_176722_)RecipeBuilder.unlockedBy(String p_176496_, CriterionTriggerInstance p_176497_)static RecipeBuilderRecipeProvider.wallBuilder(ItemLike p_176515_, Ingredient p_176516_)