Uses of Interface
net.minecraft.data.recipes.RecipeBuilder
-
Uses of RecipeBuilder in net.minecraft.data.recipes
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeFieldDescriptionprotected static final Map<BlockFamily.Variant,
BiFunction<ItemLike, ItemLike, RecipeBuilder>> RecipeProvider.shapeBuilders
Modifier and TypeMethodDescriptionprotected static RecipeBuilder
RecipeProvider.buttonBuilder
(ItemLike p_176659_, Ingredient p_176660_) protected static RecipeBuilder
RecipeProvider.doorBuilder
(ItemLike p_176671_, Ingredient p_176672_) protected static RecipeBuilder
RecipeProvider.fenceBuilder
(ItemLike p_176679_, Ingredient p_176680_) protected static RecipeBuilder
RecipeProvider.fenceGateBuilder
(ItemLike p_176685_, Ingredient p_176686_) static RecipeBuilder
RecipeProvider.polishedBuilder
(ItemLike p_176605_, Ingredient p_176606_) protected static RecipeBuilder
RecipeProvider.pressurePlateBuilder
(ItemLike p_176695_, Ingredient p_176696_) protected static RecipeBuilder
RecipeProvider.signBuilder
(ItemLike p_176727_, Ingredient p_176728_) protected static RecipeBuilder
RecipeProvider.slabBuilder
(ItemLike p_176705_, Ingredient p_176706_) protected static RecipeBuilder
RecipeProvider.stairBuilder
(ItemLike p_176711_, Ingredient p_176712_) protected static RecipeBuilder
RecipeProvider.trapdoorBuilder
(ItemLike p_176721_, Ingredient p_176722_) RecipeBuilder.unlockedBy
(String p_176496_, CriterionTriggerInstance p_176497_) static RecipeBuilder
RecipeProvider.wallBuilder
(ItemLike p_176515_, Ingredient p_176516_)