Class HTFreezingRecipeBuilder
-
- All Implemented Interfaces:
public final class HTFreezingRecipeBuilder extends HTProgressRecipeBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private HTFluidIngredientingredientprivate final HTIngredientHolder.Singlecatalystprivate HTItemResultresultprivate Integerenergyprivate Integertimeprivate final HTConditionHolderconditionsprivate final HTRecipeBuilder.RecipeIdrecipeId
-
Constructor Summary
Constructors Constructor Description HTFreezingRecipeBuilder()
-
Method Summary
Modifier and Type Method Description final HTFluidIngredientgetIngredient()final UnitsetIngredient(HTFluidIngredient value)final HTIngredientHolder.SinglegetCatalyst()final HTItemResultgetResult()final UnitsetResult(HTItemResult value)final IntegergetEnergy()final UnitsetEnergy(Integer <set-?>)final IntegergetTime()final UnitsetTime(Integer <set-?>)final HTConditionHoldergetConditions()final HTRecipeBuilder.RecipeIdgetRecipeId()final static Unitcreate(RecipeOutput output, Function1<HTFreezingRecipeBuilder, Unit> builderAction)-
-
Method Detail
-
getIngredient
final HTFluidIngredient getIngredient()
-
setIngredient
final Unit setIngredient(HTFluidIngredient value)
-
getCatalyst
final HTIngredientHolder.Single getCatalyst()
-
getResult
final HTItemResult getResult()
-
getConditions
final HTConditionHolder getConditions()
-
getRecipeId
final HTRecipeBuilder.RecipeId getRecipeId()
-
create
final static Unit create(RecipeOutput output, Function1<HTFreezingRecipeBuilder, Unit> builderAction)
-
-
-
-