Interface ICustomItemPredicate

All Superinterfaces:
Predicate<ItemStack>
All Known Implementing Classes:
AdvancementTests.CustomNamePredicate

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