@minecraft/server / BlockFillOptions
Interface: BlockFillOptions ​
Defined in: @minecraft/server/index.d.ts:22559
Contains additional options for a block fill operation.
Properties ​
blockFilter? ​
optionalblockFilter?:BlockFilter
Defined in: @minecraft/server/index.d.ts:22566
Remarks ​
When specified, the fill operation will include / exclude the blocks added to the block filter.
ignoreChunkBoundErrors? ​
optionalignoreChunkBoundErrors?:boolean
Defined in: @minecraft/server/index.d.ts:22575
Remarks ​
When true fillBlocks will not error if part of the fill volume is outside of loaded chunks bounds. Instead it will just fill the blocks that are inside the loaded chunk bounds and ignoring blocks outside.