Class NBTCarryRecipe

java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
team.lodestar.lodestone.recipe.NBTCarryRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>

public class NBTCarryRecipe extends net.minecraft.world.item.crafting.ShapedRecipe
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.world.item.crafting.Ingredient
     
    static final String
     

    Fields inherited from class net.minecraft.world.item.crafting.ShapedRecipe

    pattern, result

    Fields inherited from interface net.minecraft.world.item.crafting.Recipe

    CODEC, CONDITIONAL_CODEC, STREAM_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    NBTCarryRecipe(net.minecraft.world.item.crafting.ShapedRecipe compose, net.minecraft.world.item.crafting.Ingredient copyFrom)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    assemble(net.minecraft.world.item.crafting.CraftingInput pInput, net.minecraft.core.HolderLookup.Provider pRegistries)
     
    net.minecraft.world.item.crafting.RecipeSerializer<?>
     

    Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipe

    canCraftInDimensions, category, getGroup, getHeight, getIngredients, getResultItem, getWidth, isIncomplete, matches, showNotification

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe

    getType

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    getRemainingItems, getToastSymbol, isSpecial
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • copyFrom

      public final net.minecraft.world.item.crafting.Ingredient copyFrom
  • Constructor Details

    • NBTCarryRecipe

      public NBTCarryRecipe(net.minecraft.world.item.crafting.ShapedRecipe compose, net.minecraft.world.item.crafting.Ingredient copyFrom)
  • Method Details

    • assemble

      public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.item.crafting.CraftingInput pInput, net.minecraft.core.HolderLookup.Provider pRegistries)
      Specified by:
      assemble in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Overrides:
      assemble in class net.minecraft.world.item.crafting.ShapedRecipe
    • getSerializer

      @Nonnull public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Overrides:
      getSerializer in class net.minecraft.world.item.crafting.ShapedRecipe