Package hiiragi283.core.api.data.recipe
Object HTItemIngredientCreator
-
- All Implemented Interfaces:
public class HTItemIngredientCreatorIngredientを作成するクラスです。
- Since:
0.15.2
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTItemIngredientCreatorINSTANCE
-
Method Summary
Modifier and Type Method Description final Ingredientcreate(ItemLike item)final IngredientcreateItems(Iterable<ItemLike> items)final Ingredientcreate(HTTagPrefix prefix, HTMaterialLike material)final IngredientcreateItem(TagKey<Item> tagKey)final IngredientcreateItem(Iterable<TagKey<Item>> tagKeys)final IngredientcreateValues(Iterable<Ingredient.Value> values)final Ingredientcreate(Boolean strict, ItemLike items, Function1<DataComponentPredicate.Builder, Unit> builderAction)-
-
Method Detail
-
create
final Ingredient create(ItemLike item)
-
createItems
final Ingredient createItems(Iterable<ItemLike> items)
-
create
final Ingredient create(HTTagPrefix prefix, HTMaterialLike material)
-
createItem
final Ingredient createItem(TagKey<Item> tagKey)
-
createItem
final Ingredient createItem(Iterable<TagKey<Item>> tagKeys)
-
createValues
final Ingredient createValues(Iterable<Ingredient.Value> values)
-
-
-
-