Name | Type | Description | Notes |
---|---|---|---|
max | Vector3i | The maximum world coordinates spanning the cube where the operation is run | |
min | Vector3i | The minimum world coordinates spanning the cube where the operation is run | |
type | str | The type of the block operation | |
world | str | The world that the operation is run in | |
block | BlockState | The block that we want to change all other blocks into (when using an UPDATE operation | [optional] |
blocks | list[list[list[BlockState]]] | An array of blocks defining what each block in the spanned cube | [optional] |