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
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.item.crafting.SimpleCraftingRecipeSerializer<SealSpellbookRecipe> -
Constructor Summary
ConstructorsConstructorDescriptionSealSpellbookRecipe(net.minecraft.resources.ResourceLocation id, net.minecraft.world.item.crafting.CraftingBookCategory category) -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraft.world.item.ItemStackassemble(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, matchesMethods 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, 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:
assemblein interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>- Overrides:
assemblein classnet.minecraft.world.item.crafting.ShapelessRecipe
-
getSerializer
@NotNull public @NotNull net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()- Specified by:
getSerializerin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>- Overrides:
getSerializerin classnet.minecraft.world.item.crafting.ShapelessRecipe
-