Package hiiragi283.ragium.common.recipe
Class HTPrintingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTBiRecipeFactory,hiiragi283.core.api.recipe.HTRecipePredicate,hiiragi283.core.api.recipe.base.HTDoubleItemToItemRecipe,hiiragi283.core.api.recipe.base.HTProgressRecipe,hiiragi283.core.api.recipe.base.HTProgressRecipe.Simple,hiiragi283.core.api.recipe.base.HTRecipeFactories.DoubleItem,hiiragi283.core.api.recipe.base.HTRecipePredicates.DoubleInput,hiiragi283.core.api.recipe.base.HTRecipePredicates.DoubleItem,hiiragi283.core.impl.recipe.HTSerializableRecipe,java.util.function.BiPredicate,net.minecraft.world.item.crafting.Recipe
public final class HTPrintingRecipe extends HTBasicAssemblingRecipe
-
-
Field Summary
Fields Modifier and Type Field Description public final static MapCodec<HTPrintingRecipe>CODECprivate final HTItemIngredientingredientprivate final Ingredientpressprivate 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 HTPrintingRecipe(HTItemIngredient ingredient, Ingredient press, HTItemResult result, HTProgressData progressData)
-
Method Summary
Modifier and Type Method Description final HTItemIngredientgetIngredient()final IngredientgetPress()final HTItemResultgetResult()final HTProgressDatagetProgressData()Booleantest(ItemStack first, ItemStack second)Pair<Integer, Integer>getRequiredAmount(ItemStack first, ItemStack second)RecipeSerializer<?>getSerializer()RecipeType<?>getType()-
Methods inherited from class hiiragi283.ragium.impl.recipe.HTBasicAssemblingRecipe
assemble, getGroup, getIngredients, getToastSymbol, isIncomplete, isSpecial -
Methods inherited from class hiiragi283.ragium.common.recipe.HTPrintingRecipe
getSerializer, getType -
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.DoubleItem
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 HTItemIngredient getIngredient()
-
getPress
final Ingredient getPress()
-
getResult
final HTItemResult getResult()
-
getProgressData
final HTProgressData getProgressData()
-
getRequiredAmount
Pair<Integer, Integer> getRequiredAmount(ItemStack first, ItemStack second)
-
getSerializer
RecipeSerializer<?> getSerializer()
-
getType
RecipeType<?> getType()
-
-
-
-