Class HTIngredientHolder.Multiple

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit plusAssign(Ingredient ingredient) 指定したingredientを追加します。
      final List<Ingredient> toList() Listに変換します。
      final NonNullList<Ingredient> toNonNull() NonNullListに変換します。
      • Methods inherited from class hiiragi283.core.api.data.holder.HTIngredientHolder

        addItem, addItems, addMaterialTag, addMaterialTags, addTag, addTags, addToolTags
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTIngredientHolder.Multiple

        HTIngredientHolder.Multiple()
    • Method Detail

      • toNonNull

         final NonNullList<Ingredient> toNonNull()

        NonNullListに変換します。