Block
Block represents a block in the world with its properties and metadata.
| property | type | description |
|---|---|---|
| type | String | block class name |
| name | String | registry name |
| variant | int | block metadata |
| interactable | boolean | true if the block can be interacted with |
| height | double | block bounding height |
| width | double | block bounding width |
| length | double | block bounding length |