Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 943 Bytes

CreateBlockOperationRequest.md

File metadata and controls

23 lines (16 loc) · 943 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 TypeEnum The type of the block operation
world String 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]

Enum: TypeEnum

Name Value
GET "GET"
CHANGE "CHANGE"