Class HTStackRecipeBuilder.Single
-
- All Implemented Interfaces:
-
hiiragi283.core.api.data.recipe.builder.HTIngredientRecipeBuilder
public abstract class HTStackRecipeBuilder.Single<BUILDER extends HTStackRecipeBuilder.Single<BUILDER>> extends HTStackRecipeBuilder<BUILDER> implements HTIngredientRecipeBuilder<BUILDER>
単一のIngredientから単一のItemStackに変換するレシピ向けのHTRecipeBuilderの拡張クラスです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTStackRecipeBuilder.Single(String prefix, ItemStack stack)
-
Method Summary
Modifier and Type Method Description final BUILDERaddIngredient(Ingredient ingredient)指定した材料を追加します。 -
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
-
-
Constructor Detail
-
HTStackRecipeBuilder.Single
HTStackRecipeBuilder.Single(String prefix, ItemStack stack)
-
-
Method Detail
-
addIngredient
final BUILDER addIngredient(Ingredient ingredient)
指定した材料を追加します。
-
-
-
-