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