Package hiiragi283.ragium.common.recipe
Class HTBathingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTBiRecipeFactory,hiiragi283.core.api.recipe.HTRecipePredicate,hiiragi283.core.api.recipe.base.HTItemAndFluidToItemRecipe,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 HTBathingRecipe extends HTBasicItemAndFluidToItemRecipe implements HTSerializableRecipe<HTItemAndFluidRecipeInput>
-
-
Field Summary
Fields Modifier and Type Field Description public final static MapCodec<HTBathingRecipe>CODECprivate final HTItemIngredientitemIngredientprivate final HTFluidIngredientfluidIngredientprivate final HTItemResultresultprivate 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 HTBathingRecipe(HTItemIngredient itemIngredient, HTFluidIngredient fluidIngredient, HTItemResult result, HTProgressData progressData)
-
Method Summary
Modifier and Type Method Description final HTItemIngredientgetItemIngredient()final HTFluidIngredientgetFluidIngredient()final HTItemResultgetResult()HTProgressDatagetProgressData()RecipeSerializer<?>getSerializer()RecipeType<?>getType()-
Methods inherited from class hiiragi283.ragium.common.recipe.HTBathingRecipe
getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial -
Methods inherited from class hiiragi283.core.impl.recipe.HTBasicItemAndFluidToItemRecipe
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
-
getItemIngredient
final HTItemIngredient getItemIngredient()
-
getFluidIngredient
final HTFluidIngredient getFluidIngredient()
-
getResult
final HTItemResult getResult()
-
getProgressData
HTProgressData getProgressData()
-
getSerializer
RecipeSerializer<?> getSerializer()
-
getType
RecipeType<?> getType()
-
-
-
-