Interface ICustomItemPredicate

All Superinterfaces:
Predicate<ItemStack>

public interface ICustomItemPredicate extends Predicate<ItemStack>
Interface that mods can use to define ItemPredicates with custom matching logic.