Class UpgradeWithEnchantedBookRecipe

java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
com.refinedmods.refinedstorage.common.upgrade.UpgradeWithEnchantedBookRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>

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

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.MapCodec<UpgradeWithEnchantedBookRecipe>
     
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,UpgradeWithEnchantedBookRecipe>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(net.minecraft.world.item.crafting.CraftingInput craftingContainer, net.minecraft.world.level.Level theLevel)
     

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

    assemble, canCraftInDimensions, category, getGroup, getHeight, getIngredients, getResultItem, getSerializer, getWidth, isIncomplete, 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

  • Method Details

    • matches

      public boolean matches(net.minecraft.world.item.crafting.CraftingInput craftingContainer, net.minecraft.world.level.Level theLevel)
      Specified by:
      matches in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Overrides:
      matches in class net.minecraft.world.item.crafting.ShapedRecipe