Class HTSmithingRecipeBuilder
-
- All Implemented Interfaces:
-
hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
public final class HTSmithingRecipeBuilder extends HTStackRecipeBuilder<HTSmithingRecipeBuilder> implements HTIngredientRecipeBuilder<HTSmithingRecipeBuilder>
SmithingTransformRecipe向けのHTStackRecipeBuilderの実装クラスです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTSmithingRecipeBuilder(ItemStack stack)
-
Method Summary
Modifier and Type Method Description HTSmithingRecipeBuilderaddIngredient(Ingredient ingredient)指定した材料を追加します。 final static HTSmithingRecipeBuildercreate(ItemLike item, Integer count)SmithingTransformRecipeのビルダーを作成します。 -
Methods inherited from class hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
addIngredient, addIngredient, addIngredient, addIngredient, addIngredient, addIngredient, addIngredient -
Methods inherited from class hiiragi283.core.api.data.recipe.builder.HTRecipeBuilder
addCondition, save, save, saveModified, savePrefixed, saveSuffixed, tagCondition, tagCondition -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
addIngredient
HTSmithingRecipeBuilder addIngredient(Ingredient ingredient)
指定した材料を追加します。
-
create
final static HTSmithingRecipeBuilder create(ItemLike item, Integer count)
SmithingTransformRecipeのビルダーを作成します。
-
-
-
-