Package hiiragi283.ragium.common.recipe
Class HTAlloyingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipe,hiiragi283.core.api.recipe.base.HTProcessingRecipe,hiiragi283.core.api.recipe.base.HTProcessingRecipe.Serializable,hiiragi283.core.api.recipe.base.HTSerializableRecipe,java.util.function.Predicate,net.minecraft.world.item.crafting.Recipe
public final class HTAlloyingRecipe extends HTCombiningRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private final List<HTItemIngredient>ingredientsprivate final HTItemResultresultprivate final Integertimeprivate final ItemStacktoastSymbolprivate final NonNullList<Ingredient>ingredientsprivate final BooleanisSpecialprivate final BooleanisIncompleteprivate final Stringgroupprivate final RecipeSerializer<?>serializerprivate final RecipeType<?>type
-
Constructor Summary
Constructors Constructor Description HTAlloyingRecipe(List<HTItemIngredient> ingredients, HTItemResult result, Integer time)
-
Method Summary
Modifier and Type Method Description final List<HTItemIngredient>getIngredients()final HTItemResultgetResult()final IntegergetTime()RecipeSerializer<?>getSerializer()RecipeType<?>getType()-
Methods inherited from class hiiragi283.ragium.impl.recipe.HTCombiningRecipe
assemble, getGroup, getIngredients, getToastSymbol, isIncomplete, isSpecial, test -
Methods inherited from class hiiragi283.ragium.common.recipe.HTAlloyingRecipe
getSerializer, getType -
Methods inherited from class java.util.function.Predicate
and, negate, or -
Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe
canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches -
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
-
-
Method Detail
-
getIngredients
final List<HTItemIngredient> getIngredients()
-
getResult
final HTItemResult getResult()
-
getSerializer
RecipeSerializer<?> getSerializer()
-
getType
RecipeType<?> getType()
-
-
-
-