findSlot

fun findSlot(item: Item): T?
inline fun findSlot(predicate: (ItemStack) -> Boolean): T?
fun findSlot(predicate: Predicate<ItemStack>): T?