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 TypeClassDescriptionclass
class
class
class
Fields in net.minecraft.data.recipes with type parameters of type RecipeBuilderModifier and TypeFieldDescriptionprivate static final Map
<BlockFamily.Variant, BiFunction<ItemLike, ItemLike, RecipeBuilder>> RecipeProvider.SHAPE_BUILDERS
Methods in net.minecraft.data.recipes that return RecipeBuilderModifier and TypeMethodDescriptionprotected static RecipeBuilder
RecipeProvider.buttonBuilder
(ItemLike button, Ingredient material) protected static RecipeBuilder
RecipeProvider.doorBuilder
(ItemLike door, Ingredient material) protected static RecipeBuilder
RecipeProvider.fenceBuilder
(ItemLike fence, Ingredient material) protected static RecipeBuilder
RecipeProvider.fenceGateBuilder
(ItemLike fenceGate, Ingredient material) protected static RecipeBuilder
RecipeProvider.polishedBuilder
(RecipeCategory category, ItemLike result, Ingredient material) protected static RecipeBuilder
RecipeProvider.pressurePlateBuilder
(RecipeCategory category, ItemLike pressurePlate, Ingredient material) protected static RecipeBuilder
RecipeProvider.signBuilder
(ItemLike sign, Ingredient material) protected static RecipeBuilder
RecipeProvider.slabBuilder
(RecipeCategory category, ItemLike slab, Ingredient material) protected static RecipeBuilder
RecipeProvider.stairBuilder
(ItemLike stairs, Ingredient material) protected static RecipeBuilder
RecipeProvider.trapdoorBuilder
(ItemLike trapdoor, Ingredient material) RecipeBuilder.unlockedBy
(String name, Criterion<?> criterion) protected static RecipeBuilder
RecipeProvider.wallBuilder
(RecipeCategory category, ItemLike wall, Ingredient material)