Class HTPlantingRecipeBuilder
-
- All Implemented Interfaces:
public final class HTPlantingRecipeBuilder extends HTMultiOutputRecipeBuilder
-
-
Constructor Summary
Constructors Constructor Description HTPlantingRecipeBuilder()
-
Method Summary
Modifier and Type Method Description final IngredientgetPlant()final UnitsetPlant(Ingredient value)final IngredientgetSoil()final UnitsetSoil(Ingredient value)final List<HTItemResult>getResults()final IntegergetEnergy()final UnitsetEnergy(Integer <set-?>)final IntegergetTime()final UnitsetTime(Integer <set-?>)final HTConditionHoldergetConditions()final HTRecipeBuilder.RecipeIdgetRecipeId()final static Unitcreate(RecipeOutput output, Function1<HTPlantingRecipeBuilder, Unit> builderAction)-
-
Method Detail
-
getPlant
final Ingredient getPlant()
-
getSoil
final Ingredient getSoil()
-
getResults
final List<HTItemResult> getResults()
-
getConditions
final HTConditionHolder getConditions()
-
getRecipeId
final HTRecipeBuilder.RecipeId getRecipeId()
-
create
final static Unit create(RecipeOutput output, Function1<HTPlantingRecipeBuilder, Unit> builderAction)
-
-
-
-