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 IngredientcreateFromItems(Iterable<ItemLike> items)final Ingredientcreate(HTTagPrefix prefix, HTMaterialLike material)final Ingredientcreate(RawTagKey rawTagKey)final IngredientcreateFromRawTags(Iterable<RawTagKey> rawTagKeys)final Ingredientcreate(TagKey<Item> tagKey)final IngredientcreateFromTags(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)
-
createFromItems
final Ingredient createFromItems(Iterable<ItemLike> items)
-
create
final Ingredient create(HTTagPrefix prefix, HTMaterialLike material)
-
createFromRawTags
final Ingredient createFromRawTags(Iterable<RawTagKey> rawTagKeys)
- Since:
0.16.0
-
create
final Ingredient create(TagKey<Item> tagKey)
-
createFromTags
final Ingredient createFromTags(Iterable<TagKey<Item>> tagKeys)
-
createValues
final Ingredient createValues(Iterable<Ingredient.Value> values)
-
-
-
-