canDestroy

@get:JvmName(name = "canDestroy")
abstract val canDestroy: @Unmodifiable Set<Block>

All of the blocks that the item can destroy.

In vanilla, this is only applicable when the holder of the item is in adventure mode.

If this is empty, there are no restrictions on what blocks the item can destroy.