Package hiiragi283.core.data.recipe
Class HCChargingRecipeBuilder
-
- All Implemented Interfaces:
public final class HCChargingRecipeBuilder extends HTRecipeBuilder<HCChargingRecipe>
-
-
Field Summary
Fields Modifier and Type Field Description private Ingredientingredientprivate HTChancedItemResultresultprivate Integerenergyprivate final HTConditionHolderconditionsprivate final HTRecipeBuilder.RecipeIdrecipeId
-
Constructor Summary
Constructors Constructor Description HCChargingRecipeBuilder()
-
Method Summary
Modifier and Type Method Description final IngredientgetIngredient()final UnitsetIngredient(Ingredient <set-?>)final HTChancedItemResultgetResult()final UnitsetResult(HTChancedItemResult <set-?>)final IntegergetEnergy()final UnitsetEnergy(Integer value)final HTConditionHoldergetConditions()final HTRecipeBuilder.RecipeIdgetRecipeId()final static HCChargingRecipeBuildercreate(Function1<HCChargingRecipeBuilder, Unit> builderAction)-
-
Method Detail
-
getIngredient
final Ingredient getIngredient()
-
setIngredient
final Unit setIngredient(Ingredient <set-?>)
-
getResult
final HTChancedItemResult getResult()
-
setResult
final Unit setResult(HTChancedItemResult <set-?>)
-
getConditions
final HTConditionHolder getConditions()
-
getRecipeId
final HTRecipeBuilder.RecipeId getRecipeId()
-
create
final static HCChargingRecipeBuilder create(Function1<HCChargingRecipeBuilder, Unit> builderAction)
-
-
-
-