Package hiiragi283.core.common.crafting
Class HTCustomRecipe
-
- All Implemented Interfaces:
-
net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.item.crafting.Recipe
public abstract class HTCustomRecipe extends CustomRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private final ItemStacktoastSymbolprivate final NonNullList<Ingredient>ingredientsprivate final BooleanisSpecialprivate final BooleanisIncompleteprivate final Stringgroupprivate final RecipeType<?>typeprivate final RecipeSerializer<?>serializer
-
Constructor Summary
Constructors Constructor Description HTCustomRecipe(CraftingBookCategory category)
-
Method Summary
Modifier and Type Method Description final Booleanmatches(CraftingInput input, Level level)final ItemStackassemble(CraftingInput input, HolderLookup.Provider registries)-
Methods inherited from class net.minecraft.world.item.crafting.CraftingRecipe
category, getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete -
Methods inherited from class net.minecraft.world.item.crafting.CustomRecipe
isSpecial -
Methods inherited from class net.minecraft.world.item.crafting.Recipe
canCraftInDimensions, getRemainingItems, getResultItem, showNotification -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-