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

public static class NBTCarryRecipe.Builder extends LodestoneShapedRecipeBuilder
  • Field Summary

    Fields inherited from class net.minecraft.data.recipes.ShapedRecipeBuilder

    category, count, criteria, group, key, result, resultStack, rows, showNotification

    Fields inherited from interface net.minecraft.data.recipes.RecipeBuilder

    ROOT_RECIPE_ADVANCEMENT
  • Constructor Summary

    Constructors
    Constructor
    Description
    Builder(net.minecraft.data.recipes.ShapedRecipeBuilder parent, net.minecraft.world.item.crafting.Ingredient copyFrom)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.crafting.ShapedRecipe
    build(net.minecraft.resources.ResourceLocation id)
     

    Methods inherited from class team.lodestar.lodestone.recipe.builder.LodestoneShapedRecipeBuilder

    save

    Methods inherited from class net.minecraft.data.recipes.ShapedRecipeBuilder

    define, define, define, ensureValid, getResult, group, pattern, shaped, shaped, shaped, showNotification, unlockedBy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface team.lodestar.lodestone.recipe.builder.LodestoneRecipeBuilder

    defaultSaveFunc, getCriteria, getRecipeSubfolder, tweakAdvancement, write

    Methods 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