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
class
Methods in net.minecraft.data.recipes that return RecipeBuilderModifier and TypeMethodDescriptionprotected RecipeBuilder
RecipeProvider.buttonBuilder
(ItemLike pButton, Ingredient pMaterial) RecipeProvider.FamilyRecipeProvider.create
(RecipeProvider pRecipeProvider, ItemLike pIngredient, ItemLike pResult) protected RecipeBuilder
RecipeProvider.doorBuilder
(ItemLike pDoor, Ingredient pMaterial) protected RecipeBuilder
RecipeProvider.fenceBuilder
(ItemLike pFence, Ingredient pMaterial) protected RecipeBuilder
RecipeProvider.fenceGateBuilder
(ItemLike pFenceGate, Ingredient pMaterial) protected RecipeBuilder
RecipeProvider.polishedBuilder
(RecipeCategory pCategory, ItemLike pResult, Ingredient pMaterial) protected RecipeBuilder
RecipeProvider.pressurePlateBuilder
(RecipeCategory pCategory, ItemLike pPressurePlate, Ingredient pMaterial) protected RecipeBuilder
RecipeProvider.signBuilder
(ItemLike pSign, Ingredient pMaterial) protected RecipeBuilder
RecipeProvider.slabBuilder
(RecipeCategory pCategory, ItemLike pSlab, Ingredient pMaterial) protected RecipeBuilder
RecipeProvider.stairBuilder
(ItemLike pStairs, Ingredient pMaterial) protected RecipeBuilder
RecipeProvider.trapdoorBuilder
(ItemLike pTrapdoor, Ingredient pMaterial) RecipeBuilder.unlockedBy
(String pName, Criterion<?> pCriterion) protected RecipeBuilder
RecipeProvider.wallBuilder
(RecipeCategory pCategory, ItemLike pWall, Ingredient pMaterial)