getDrops

abstract fun getDrops(block: Block, tool: ItemStack?): List<ItemStack>?

Gets all drops of a block from this CustomItemService

Return

The drops or null if the block isn't from this CustomItemService