Package hiiragi283.ragium.common.recipe
Class HTPyrolyzingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTBiRecipeFactory,hiiragi283.core.api.recipe.HTRecipePredicate,hiiragi283.core.api.recipe.base.HTItemOrFluidRecipe,hiiragi283.core.api.recipe.base.HTProgressRecipe,hiiragi283.core.api.recipe.base.HTProgressRecipe.Simple,hiiragi283.core.api.recipe.base.HTRecipeFactories.ItemAndFluid,hiiragi283.core.api.recipe.base.HTRecipePredicates.DoubleInput,hiiragi283.core.api.recipe.base.HTRecipePredicates.ItemAndFluid,hiiragi283.core.impl.recipe.HTSerializableRecipe,java.util.function.BiPredicate,net.minecraft.world.item.crafting.Recipe
public final class HTPyrolyzingRecipe extends HTBasicItemOrFluidRecipe implements HTSerializableRecipe<HTItemAndFluidRecipeInput>
-
-
Field Summary
Fields Modifier and Type Field Description private final Ior<HTItemIngredient, HTFluidIngredient>ingredientprivate final Ior<HTItemResult, HTFluidResult>resultprivate final HTProgressDataprogressDataprivate final ItemStacktoastSymbolprivate final NonNullList<Ingredient>ingredientsprivate final BooleanisSpecialprivate final BooleanisIncompleteprivate final Stringgroupprivate final RecipeSerializer<?>serializerprivate final RecipeType<?>type
-
Constructor Summary
Constructors Constructor Description HTPyrolyzingRecipe(Ior<HTItemIngredient, HTFluidIngredient> ingredient, Ior<HTItemResult, HTFluidResult> result, HTProgressData progressData)
-
Method Summary
Modifier and Type Method Description final Ior<HTItemIngredient, HTFluidIngredient>getIngredient()final Ior<HTItemResult, HTFluidResult>getResult()HTProgressDatagetProgressData()RecipeSerializer<?>getSerializer()RecipeType<?>getType()-
Methods inherited from class hiiragi283.ragium.common.recipe.HTPyrolyzingRecipe
getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial -
Methods inherited from class hiiragi283.core.impl.recipe.HTBasicItemOrFluidRecipe
assemble, getRequiredAmount, test -
Methods inherited from class hiiragi283.core.impl.recipe.HTSerializableRecipe
assemble, canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches -
Methods inherited from class hiiragi283.core.api.recipe.base.HTRecipePredicates.ItemAndFluid
matches -
Methods inherited from class java.util.function.BiPredicate
and, negate, or -
Methods inherited from class hiiragi283.core.api.recipe.base.HTProgressRecipe
getProgressData -
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
-
getIngredient
final Ior<HTItemIngredient, HTFluidIngredient> getIngredient()
-
getResult
final Ior<HTItemResult, HTFluidResult> getResult()
-
getProgressData
HTProgressData getProgressData()
-
getSerializer
RecipeSerializer<?> getSerializer()
-
getType
RecipeType<?> getType()
-
-
-
-