canBreakBlock

abstract fun canBreakBlock(block: Block, tool: ItemStack?): Boolean?

Checks if the specified tool is good enough for the block to drop items.

Return

If the tool is good enough for block drops or null if the block isn't from this CustomItemService.