Skip to content

Latest commit

History

History
15 lines (11 loc) · 934 Bytes

File metadata and controls

15 lines (11 loc) · 934 Bytes

CreateBlockOperationRequest

Properties

NameTypeDescriptionNotes
maxVector3iThe maximum world coordinates spanning the cube where the operation is run
minVector3iThe minimum world coordinates spanning the cube where the operation is run
typestrThe type of the block operation
worldstrThe world that the operation is run in
blockBlockStateThe block that we want to change all other blocks into (when using an UPDATE operation[optional]
blockslist[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]