Package hiiragi283.core.api.data.recipe
Object HTIngredientCreator
-
- All Implemented Interfaces:
public class HTIngredientCreatorHTItemIngredientとHTFluidIngredientを作成するクラスです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTIngredientCreatorINSTANCE
-
Method Summary
Modifier and Type Method Description final HTItemIngredientcreate(ItemLike item, Integer amount)final HTItemIngredientcreateItems(Iterable<ItemLike> items, Integer amount)final HTItemIngredientcreate(HTTagPrefix prefix, HTMaterialLike material, Integer amount)final HTItemIngredientcreateItem(TagKey<Item> tagKey, Integer amount)final HTItemIngredientcreateItem(Iterable<TagKey<Item>> tagKeys, Integer amount)final HTItemIngredientcreateValues(Iterable<Ingredient.Value> values, Integer amount)final HTItemIngredientcreate(Boolean strict, ItemLike items, Integer amount, Function1<DataComponentPredicate.Builder, Unit> builderAction)final HTItemIngredientcreate(SizedIngredient ingredient)final HTItemIngredientcreate(Ingredient ingredient, Integer amount)final HTFluidIngredientcreate(Fluid fluid, Integer amount)final HTFluidIngredientcreateFluid(TagKey<Fluid> tagKey, Integer amount)final HTFluidIngredientcreateFluid(Iterable<TagKey<Fluid>> tagKeys, Integer amount)final HTFluidIngredientcreate(HTFluidContent content, Integer amount)final HTFluidIngredientcreate(HTFluidPart part, HTMaterialLike material, IntUnaryOperator operator)final HTFluidIngredientcreate(SizedFluidIngredient ingredient)final HTFluidIngredientcreate(FluidIngredient ingredient, Integer amount)final HTFluidIngredientwater(Integer amount)final HTFluidIngredientlava(Integer amount)final HTFluidIngredientmilk(Integer amount)final HTFluidIngredientmolten(HTMaterialLike material, IntUnaryOperator operator)-
-
Method Detail
-
create
final HTItemIngredient create(ItemLike item, Integer amount)
-
createItems
final HTItemIngredient createItems(Iterable<ItemLike> items, Integer amount)
-
create
final HTItemIngredient create(HTTagPrefix prefix, HTMaterialLike material, Integer amount)
-
createItem
final HTItemIngredient createItem(TagKey<Item> tagKey, Integer amount)
-
createItem
final HTItemIngredient createItem(Iterable<TagKey<Item>> tagKeys, Integer amount)
-
createValues
final HTItemIngredient createValues(Iterable<Ingredient.Value> values, Integer amount)
-
create
final HTItemIngredient create(Boolean strict, ItemLike items, Integer amount, Function1<DataComponentPredicate.Builder, Unit> builderAction)
-
create
final HTItemIngredient create(SizedIngredient ingredient)
-
create
final HTItemIngredient create(Ingredient ingredient, Integer amount)
-
create
final HTFluidIngredient create(Fluid fluid, Integer amount)
-
createFluid
final HTFluidIngredient createFluid(TagKey<Fluid> tagKey, Integer amount)
-
createFluid
final HTFluidIngredient createFluid(Iterable<TagKey<Fluid>> tagKeys, Integer amount)
-
create
final HTFluidIngredient create(HTFluidContent content, Integer amount)
-
create
final HTFluidIngredient create(HTFluidPart part, HTMaterialLike material, IntUnaryOperator operator)
-
create
final HTFluidIngredient create(SizedFluidIngredient ingredient)
-
create
final HTFluidIngredient create(FluidIngredient ingredient, Integer amount)
-
water
final HTFluidIngredient water(Integer amount)
-
lava
final HTFluidIngredient lava(Integer amount)
-
milk
final HTFluidIngredient milk(Integer amount)
-
molten
final HTFluidIngredient molten(HTMaterialLike material, IntUnaryOperator operator)
-
-
-
-