Class HTRecipeBuilder
-
- All Implemented Interfaces:
public abstract class HTRecipeBuilderHiiragi Coreとそれを前提とするmodで使用されるRecipeのビルダークラスです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHTRecipeBuilder.RecipeId
-
Field Summary
Fields Modifier and Type Field Description private final HTConditionHolderconditionsprivate final HTRecipeBuilder.RecipeIdrecipeId
-
Constructor Summary
Constructors Constructor Description HTRecipeBuilder(String prefix)
-
Method Summary
Modifier and Type Method Description final HTConditionHoldergetConditions()final HTRecipeBuilder.RecipeIdgetRecipeId()final Unitsave(RecipeOutput recipeOutput)レシピを生成します。 -
-
Constructor Detail
-
HTRecipeBuilder
HTRecipeBuilder(String prefix)
- Parameters:
prefix- レシピIDに使われる前置詞
-
-
Method Detail
-
getConditions
final HTConditionHolder getConditions()
-
getRecipeId
final HTRecipeBuilder.RecipeId getRecipeId()
-
-
-
-