Class HTClearComponentRecipeBuilder
-
- All Implemented Interfaces:
public final class HTClearComponentRecipeBuilder extends HTRecipeBuilder<HTClearComponentRecipeBuilder>
-
-
Constructor Summary
Constructors Constructor Description HTClearComponentRecipeBuilder(HTItemHolderLike<?> item)
-
Method Summary
Modifier and Type Method Description final HTClearComponentRecipeBuildersetTargets(DataComponentType<?> types)final HTClearComponentRecipeBuildersetTargets(HolderSet<DataComponentType<?>> holderSet)final HTClearComponentRecipeBuildersetGroup(String group)レシピのグループを指定します。 final HTClearComponentRecipeBuildersetCategory(CraftingBookCategory category)レシピのカテゴリを指定します。 final static HTClearComponentRecipeBuildercreate(ItemLike item)-
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
-
HTClearComponentRecipeBuilder
HTClearComponentRecipeBuilder(HTItemHolderLike<?> item)
-
-
Method Detail
-
setTargets
final HTClearComponentRecipeBuilder setTargets(DataComponentType<?> types)
-
setTargets
final HTClearComponentRecipeBuilder setTargets(HolderSet<DataComponentType<?>> holderSet)
-
setGroup
final HTClearComponentRecipeBuilder setGroup(String group)
レシピのグループを指定します。
-
setCategory
final HTClearComponentRecipeBuilder setCategory(CraftingBookCategory category)
レシピのカテゴリを指定します。
-
create
final static HTClearComponentRecipeBuilder create(ItemLike item)
-
-
-
-