Class HTItemIngredient

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Ingredient getUnsized()
      Integer getAmount()
      Boolean isCatalyst()
      final Boolean test(ItemStack stack)
      final Boolean testOnlyType(ItemStack stack)
      Boolean testOnlyType(HTItemResourceType resource) 指定したresourceが条件を満たしているか判定します。
      Either<TagKey<Item>, List<HTItemResourceType>> unwrap() この材料に一致するすべての種類を返します。
      String toString()
      • Methods inherited from class hiiragi283.core.api.recipe.ingredient.HTIngredient

        test
      • Methods inherited from class hiiragi283.core.api.recipe.ingredient.HTIngredient.Registered

        getText
      • Methods inherited from class java.util.function.BiPredicate

        and, negate, or
      • Methods inherited from class java.lang.Object

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