Package hiiragi283.core.common.recipe
Class HCAnvilCrushingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipe,net.minecraft.world.item.crafting.Recipe
public final class HCAnvilCrushingRecipe extends HCSingleItemRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private final HTItemIngredientingredientprivate final HTItemResultresultprivate final ItemStacktoastSymbolprivate final NonNullList<Ingredient>ingredientsprivate final BooleanisSpecialprivate final BooleanisIncompleteprivate final Stringgroupprivate final RecipeSerializer<?>serializerprivate final RecipeType<?>type
-
Constructor Summary
Constructors Constructor Description HCAnvilCrushingRecipe(HTItemIngredient ingredient, HTItemResult result)
-
Method Summary
Modifier and Type Method Description final HTItemIngredientgetIngredient()final HTItemResultgetResult()RecipeSerializer<?>getSerializer()RecipeType<?>getType()-
Methods inherited from class hiiragi283.core.common.recipe.HCSingleItemRecipe
getGroup, getIngredients, getResultItem, getToastSymbol, isIncomplete, isSpecial, matches -
Methods inherited from class hiiragi283.core.common.recipe.HCAnvilCrushingRecipe
getSerializer, getType -
Methods inherited from class hiiragi283.core.api.recipe.HTRecipe
assemble, canCraftInDimensions, getIngredients, getRemainingItems, isSpecial -
Methods inherited from class net.minecraft.world.item.crafting.Recipe
showNotification -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HCAnvilCrushingRecipe
HCAnvilCrushingRecipe(HTItemIngredient ingredient, HTItemResult result)
-
-
Method Detail
-
getIngredient
final HTItemIngredient getIngredient()
-
getResult
final HTItemResult getResult()
-
getSerializer
RecipeSerializer<?> getSerializer()
-
getType
RecipeType<?> getType()
-
-
-
-