PredicateUtils

Types

Link copied to clipboard
sealed interface ItemMatch
Link copied to clipboard
data class ItemSelector(val name: PredicateUtils.NameMatch? = null, val item: PredicateUtils.ItemMatch? = null, val extra: (ItemStack) -> Boolean? = null)
Link copied to clipboard
sealed interface NameMatch