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
Optional
blockStates: Record<string, string | number | boolean>Optional
options: {
matchingBlock?: string;
matchingBlockStates?: Record<string, string | number | boolean>;
}Optional
placeholderid: string- replacemode: boolean = false
Returns number
Deprecated