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 pButton, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.doorBuilder(ItemLike pDoor, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.fenceBuilder(ItemLike pFence, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.fenceGateBuilder(ItemLike pFenceGate, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.polishedBuilder(RecipeCategory pCategory, ItemLike pResult, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.pressurePlateBuilder(RecipeCategory pCategory, ItemLike pPressurePlate, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.signBuilder(ItemLike pSign, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.slabBuilder(RecipeCategory pCategory, ItemLike pSlab, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.stairBuilder(ItemLike pStairs, Ingredient pMaterial) protected static RecipeBuilderRecipeProvider.trapdoorBuilder(ItemLike pTrapdoor, Ingredient pMaterial) RecipeBuilder.unlockedBy(String pName, Criterion<?> pCriterion) protected static RecipeBuilderRecipeProvider.wallBuilder(RecipeCategory pCategory, ItemLike pWall, Ingredient pMaterial)