Package team.lodestar.lodestone.recipe
Class NBTCarryRecipe.Builder
java.lang.Object
net.minecraft.data.recipes.ShapedRecipeBuilder
team.lodestar.lodestone.recipe.builder.LodestoneShapedRecipeBuilder
team.lodestar.lodestone.recipe.NBTCarryRecipe.Builder
- All Implemented Interfaces:
net.minecraft.data.recipes.RecipeBuilder,LodestoneRecipeBuilder<net.minecraft.world.item.crafting.ShapedRecipe>
- Enclosing class:
NBTCarryRecipe
-
Field Summary
Fields inherited from class net.minecraft.data.recipes.ShapedRecipeBuilder
category, count, criteria, group, key, result, resultStack, rows, showNotificationFields inherited from interface net.minecraft.data.recipes.RecipeBuilder
ROOT_RECIPE_ADVANCEMENT -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(net.minecraft.data.recipes.ShapedRecipeBuilder parent, net.minecraft.world.item.crafting.Ingredient copyFrom) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.ShapedRecipebuild(net.minecraft.resources.ResourceLocation id) Methods inherited from class team.lodestar.lodestone.recipe.builder.LodestoneShapedRecipeBuilder
saveMethods inherited from class net.minecraft.data.recipes.ShapedRecipeBuilder
define, define, define, ensureValid, getResult, group, pattern, shaped, shaped, shaped, showNotification, unlockedByMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface team.lodestar.lodestone.recipe.builder.LodestoneRecipeBuilder
defaultSaveFunc, getCriteria, getRecipeSubfolder, tweakAdvancement, writeMethods inherited from interface net.minecraft.data.recipes.RecipeBuilder
save, save
-
Constructor Details
-
Builder
public Builder(net.minecraft.data.recipes.ShapedRecipeBuilder parent, net.minecraft.world.item.crafting.Ingredient copyFrom)
-
-
Method Details
-
build
public net.minecraft.world.item.crafting.ShapedRecipe build(net.minecraft.resources.ResourceLocation id) - Specified by:
buildin interfaceLodestoneRecipeBuilder<net.minecraft.world.item.crafting.ShapedRecipe>- Overrides:
buildin classLodestoneShapedRecipeBuilder
-