ToolAPI.BlockData
Index
Properties
readonlyisNative
Specifies whether the block was added as vanilla item or as a custom
block. true, if the block is vanilla, false if the block is custom.
Should not generally be changed.
level
Digging level of the block. If digging level of tool is higher then block's one, the block is dropped.
material
Material data used for this block.
Object used to store all of the ToolAPI block data.