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 private final BooleanisSpecialprivate final RecipeSerializer<HCEternalSmithingRecipe>serializerprivate final RecipeType<SmithingRecipe>typepublic final static HCEternalSmithingRecipeINSTANCE
-
Method Summary
Modifier and Type Method Description RecipeSerializer<HCEternalSmithingRecipe>getSerializer()Optional<Ingredient>templateIngredient()IngredientbaseIngredient()Optional<Ingredient>additionIngredient()ItemStackassemble(SmithingRecipeInput input)BooleanshowNotification()Stringgroup()PlacementInfoplacementInfo()-
Methods inherited from class net.minecraft.world.item.crafting.Recipe
display, matches, recipeBookCategory -
Methods inherited from class net.minecraft.world.item.crafting.SmithingRecipe
getType, isSpecial -
Methods inherited from class hiiragi283.core.common.recipe.custom.HCEternalSmithingRecipe
getSerializer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSerializer
RecipeSerializer<HCEternalSmithingRecipe> getSerializer()
-
templateIngredient
Optional<Ingredient> templateIngredient()
-
baseIngredient
Ingredient baseIngredient()
-
additionIngredient
Optional<Ingredient> additionIngredient()
-
assemble
ItemStack assemble(SmithingRecipeInput input)
-
showNotification
Boolean showNotification()
-
placementInfo
PlacementInfo placementInfo()
-
-
-
-