Class HTMixingRecipeBuilder
-
- All Implemented Interfaces:
public final class HTMixingRecipeBuilder extends HTProgressRecipeBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private final List<HTItemIngredient>itemIngredientsprivate HTFluidIngredientfluidIngredientprivate final HTIorHolder<HTItemResult, HTFluidResult>resultprivate Integerenergyprivate Integertimeprivate final HTConditionHolderconditionsprivate final HTRecipeBuilder.RecipeIdrecipeId
-
Constructor Summary
Constructors Constructor Description HTMixingRecipeBuilder()
-
Method Summary
Modifier and Type Method Description final List<HTItemIngredient>getItemIngredients()final HTFluidIngredientgetFluidIngredient()final UnitsetFluidIngredient(HTFluidIngredient value)final HTIorHolder<HTItemResult, HTFluidResult>getResult()final IntegergetEnergy()final UnitsetEnergy(Integer <set-?>)final IntegergetTime()final UnitsetTime(Integer <set-?>)final HTConditionHoldergetConditions()final HTRecipeBuilder.RecipeIdgetRecipeId()final static Unitcreate(RecipeOutput output, Function1<HTMixingRecipeBuilder, Unit> builderAction)-
-
Method Detail
-
getItemIngredients
final List<HTItemIngredient> getItemIngredients()
-
getFluidIngredient
final HTFluidIngredient getFluidIngredient()
-
setFluidIngredient
final Unit setFluidIngredient(HTFluidIngredient value)
-
getResult
final HTIorHolder<HTItemResult, HTFluidResult> getResult()
-
getConditions
final HTConditionHolder getConditions()
-
getRecipeId
final HTRecipeBuilder.RecipeId getRecipeId()
-
create
final static Unit create(RecipeOutput output, Function1<HTMixingRecipeBuilder, Unit> builderAction)
-
-
-
-