Object HTItemIngredientCreator

  • All Implemented Interfaces:

    
    public class HTItemIngredientCreator
    
                        

    Ingredientを作成するクラスです。

    Since:

    0.15.2

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Ingredient create(ItemLike item)
      final Ingredient createItems(Iterable<ItemLike> items)
      final Ingredient create(HTTagPrefix prefix, HTMaterialLike material)
      final Ingredient createItem(TagKey<Item> tagKey)
      final Ingredient createItem(Iterable<TagKey<Item>> tagKeys)
      final Ingredient createValues(Iterable<Ingredient.Value> values)
      final Ingredient create(Boolean strict, ItemLike items, Function1<DataComponentPredicate.Builder, Unit> builderAction)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait