Package hiiragi283.core.common.crafting
Object HCEternalSmithingRecipe
-
- All Implemented Interfaces:
-
net.minecraft.world.item.crafting.Recipe,net.minecraft.world.item.crafting.SmithingRecipe
public class HCEternalSmithingRecipe implements SmithingRecipe
-
-
Field Summary
Fields Modifier and Type Field Description public final static IngredientADDITIONAL_TAGprivate final ItemStacktoastSymbolprivate final NonNullList<Ingredient>ingredientsprivate final BooleanisSpecialprivate final BooleanisIncompleteprivate final Stringgroupprivate final RecipeSerializer<?>serializerprivate final RecipeType<?>typepublic final static HCEternalSmithingRecipeINSTANCE
-
Method Summary
Modifier and Type Method Description BooleanisTemplateIngredient(ItemStack stack)BooleanisBaseIngredient(ItemStack stack)BooleanisAdditionIngredient(ItemStack stack)Booleanmatches(SmithingRecipeInput input, Level level)ItemStackassemble(SmithingRecipeInput input, HolderLookup.Provider registries)ItemStackgetResultItem(HolderLookup.Provider registries)RecipeSerializer<?>getSerializer()-
Methods inherited from class net.minecraft.world.item.crafting.Recipe
canCraftInDimensions, getRemainingItems, showNotification -
Methods inherited from class net.minecraft.world.item.crafting.SmithingRecipe
getGroup, getIngredients, getToastSymbol, getType, isIncomplete, isSpecial -
Methods inherited from class hiiragi283.core.common.crafting.HCEternalSmithingRecipe
getSerializer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isTemplateIngredient
Boolean isTemplateIngredient(ItemStack stack)
-
isBaseIngredient
Boolean isBaseIngredient(ItemStack stack)
-
isAdditionIngredient
Boolean isAdditionIngredient(ItemStack stack)
-
assemble
ItemStack assemble(SmithingRecipeInput input, HolderLookup.Provider registries)
-
getResultItem
ItemStack getResultItem(HolderLookup.Provider registries)
-
getSerializer
RecipeSerializer<?> getSerializer()
-
-
-
-