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
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<UpgradeWithEnchantedBookRecipe> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, UpgradeWithEnchantedBookRecipe> -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(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, showNotificationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isSpecial
-
Field Details
-
CODEC
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,UpgradeWithEnchantedBookRecipe> STREAM_CODEC
-
-
Method Details
-
matches
public boolean matches(net.minecraft.world.item.crafting.CraftingInput craftingContainer, net.minecraft.world.level.Level theLevel) - Specified by:
matchesin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>- Overrides:
matchesin classnet.minecraft.world.item.crafting.ShapedRecipe
-