Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 934 Bytes

CreateBlockOperationRequest.md

File metadata and controls

15 lines (11 loc) · 934 Bytes

CreateBlockOperationRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]