fillBlocksHC( center: Vector3, radius: number, dimension: Dimension, axis: string, block: string, blockStates?: Record<string, string | number | boolean>, options?: { matchingBlock?: string; matchingBlockStates?: Record<string, string | number | boolean>; }, placeholderid?: string, replacemode?: boolean,): number Parameters
- center: Vector3
- radius: number
- dimension: Dimension
- axis: string
- block: string
OptionalblockStates: Record<string, string | number | boolean>Optionaloptions: {
matchingBlock?: string;
matchingBlockStates?: Record<string, string | number | boolean>;
}Optionalplaceholderid: string- replacemode: boolean = false
Returns number
Deprecated