Interface HTIngredient

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean test(RESOURCE resource, Integer amount) 指定したresourceamountが条件を満たしているか判定します。
      abstract Boolean testOnlyType(RESOURCE resource) 指定したresourceが条件を満たしているか判定します。
      abstract Integer getRequiredAmount() この材料が要求する量を返します。
      abstract Either<TagKey<TYPE>, List<RESOURCE>> unwrap() この材料に一致するすべての種類を返します。
      Component 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