Uses of Interface
net.minecraft.data.recipes.RecipeBuilder
Packages that use RecipeBuilder
- 
Uses of RecipeBuilder in net.minecraft.data.recipesClasses in net.minecraft.data.recipes that implement RecipeBuilderModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.data.recipes with type parameters of type RecipeBuilderModifier and TypeFieldDescriptionprotected static final Map<BlockFamily.Variant,BiFunction<ItemLike, ItemLike, RecipeBuilder>> RecipeProvider.shapeBuildersMethods in net.minecraft.data.recipes that return RecipeBuilderModifier and TypeMethodDescriptionprotected static RecipeBuilderRecipeProvider.buttonBuilder(ItemLike p_176659_, Ingredient p_176660_) protected static RecipeBuilderRecipeProvider.doorBuilder(ItemLike p_176671_, Ingredient p_176672_) protected static RecipeBuilderRecipeProvider.fenceBuilder(ItemLike p_176679_, Ingredient p_176680_) protected static RecipeBuilderRecipeProvider.fenceGateBuilder(ItemLike p_176685_, Ingredient p_176686_) static RecipeBuilderRecipeProvider.polishedBuilder(ItemLike p_176605_, Ingredient p_176606_) protected static RecipeBuilderRecipeProvider.pressurePlateBuilder(ItemLike p_176695_, Ingredient p_176696_) protected static RecipeBuilderRecipeProvider.signBuilder(ItemLike p_176727_, Ingredient p_176728_) protected static RecipeBuilderRecipeProvider.slabBuilder(ItemLike p_176705_, Ingredient p_176706_) protected static RecipeBuilderRecipeProvider.stairBuilder(ItemLike p_176711_, Ingredient p_176712_) protected 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_)