Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
This documentation is for an older version of this module. Go to the latest documentation here.
Contains additional options for a block fill operation.
Properties
blockFilter
blockFilter?: BlockFilter;
When specified, the fill operation will include / exclude the blocks added to the block filter.
Type: BlockFilter
ignoreChunkBoundErrors
ignoreChunkBoundErrors?: boolean;
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.
Type: boolean