Package hiiragi283.ragium.common.recipe
Class HTAssemblingRecipe
-
- 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 HTAssemblingRecipe implements HTProcessingRecipe.Serializable<HTDoubleRecipeInput>
-
-
Field Summary
Fields Modifier and Type Field Description private final List<HTItemIngredient>itemIngredientsprivate 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 HTAssemblingRecipe(List<HTItemIngredient> itemIngredients, HTItemResult result, Integer time)
-
Method Summary
Modifier and Type Method Description final List<HTItemIngredient>getItemIngredients()final HTItemResultgetResult()IntegergetTime()Booleantest(HTDoubleRecipeInput input)ItemStackassemble(HTDoubleRecipeInput input, Boolean preview)RecipeSerializer<?>getSerializer()RecipeType<?>getType()-
Methods inherited from class hiiragi283.ragium.common.recipe.HTAssemblingRecipe
getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial -
Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe
assemble, canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches -
Methods inherited from class java.util.function.Predicate
and, negate, or -
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
-
getItemIngredients
final List<HTItemIngredient> getItemIngredients()
-
getResult
final HTItemResult getResult()
-
getSerializer
RecipeSerializer<?> getSerializer()
-
getType
RecipeType<?> getType()
-
-
-
-