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
Fields in net.minecraft.data.recipes with type parameters of type RecipeBuilderModifier and TypeFieldDescriptionprivate static final Map
<BlockFamily.Variant, BiFunction<ItemLike, ItemLike, RecipeBuilder>> RecipeProvider.SHAPE_BUILDERS
Methods in net.minecraft.data.recipes that return RecipeBuilderModifier and TypeMethodDescriptionprotected static RecipeBuilder
RecipeProvider.buttonBuilder
(ItemLike pButton, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.doorBuilder
(ItemLike pDoor, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.fenceBuilder
(ItemLike pFence, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.fenceGateBuilder
(ItemLike pFenceGate, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.polishedBuilder
(RecipeCategory pCategory, ItemLike pResult, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.pressurePlateBuilder
(RecipeCategory pCategory, ItemLike pPressurePlate, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.signBuilder
(ItemLike pSign, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.slabBuilder
(RecipeCategory pCategory, ItemLike pSlab, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.stairBuilder
(ItemLike pStairs, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.trapdoorBuilder
(ItemLike pTrapdoor, Ingredient pMaterial) RecipeBuilder.unlockedBy
(String pName, Criterion<?> pCriterion) protected static RecipeBuilder
RecipeProvider.wallBuilder
(RecipeCategory pCategory, ItemLike pWall, Ingredient pMaterial) -
Uses of RecipeBuilder in net.neoforged.neoforge.debug.crafting
Classes in net.neoforged.neoforge.debug.crafting that implement RecipeBuilderModifier and TypeClassDescription(package private) static class