Interface TrimMaterialPredicate

All Superinterfaces:
MinecraftPredicate<ItemPredicateContext>, Predicate<ItemPredicateContext>

@GeyserProvided @NonExtendable public interface TrimMaterialPredicate extends MinecraftPredicate<ItemPredicateContext>
Since:
2.9.3
See Also:
  • Method Details

    • trimMaterial

      Identifier trimMaterial()
      Returns:
      the identifier of the trim material to check for
      Since:
      2.9.3
    • negated

      boolean negated()
      Returns:
      whether this predicate is negated
      Since:
      2.9.3