Interface RangeDispatchPredicate

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

@GeyserProvided @NonExtendable public interface RangeDispatchPredicate extends MinecraftPredicate<ItemPredicateContext>
Represents a predicate that tests if a specific property is above a specific threshold. These can be created using the factories in the ItemRangeDispatchPredicate interface.
Since:
2.9.3
See Also: