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