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