Class SealSpellbookRecipe

java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe
at.petrak.hexcasting.common.recipe.SealSpellbookRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>

public class SealSpellbookRecipe extends net.minecraft.world.item.crafting.ShapelessRecipe
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.item.crafting.ShapelessRecipe

    net.minecraft.world.item.crafting.ShapelessRecipe.Serializer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.item.crafting.SimpleCraftingRecipeSerializer<SealSpellbookRecipe>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SealSpellbookRecipe(net.minecraft.resources.ResourceLocation id, net.minecraft.world.item.crafting.CraftingBookCategory category)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.world.item.ItemStack
    assemble(net.minecraft.world.inventory.CraftingContainer inv, net.minecraft.core.RegistryAccess access)
     
    @NotNull net.minecraft.world.item.crafting.RecipeSerializer<?>
     

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

    canCraftInDimensions, category, getGroup, getId, getIngredients, getResultItem, matches

    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, isIncomplete, isSpecial, showNotification
  • Field Details

    • SERIALIZER

      public static final net.minecraft.world.item.crafting.SimpleCraftingRecipeSerializer<SealSpellbookRecipe> SERIALIZER
  • Constructor Details

    • SealSpellbookRecipe

      public SealSpellbookRecipe(net.minecraft.resources.ResourceLocation id, net.minecraft.world.item.crafting.CraftingBookCategory category)
  • Method Details

    • assemble

      @NotNull public @NotNull net.minecraft.world.item.ItemStack assemble(net.minecraft.world.inventory.CraftingContainer inv, net.minecraft.core.RegistryAccess access)
      Specified by:
      assemble in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
      Overrides:
      assemble in class net.minecraft.world.item.crafting.ShapelessRecipe
    • getSerializer

      @NotNull public @NotNull net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
      Overrides:
      getSerializer in class net.minecraft.world.item.crafting.ShapelessRecipe