fillBlocksHH( from: Vector3, to: Vector3, dimension: Dimension, block: string, blockStates?: Record<string, string | number | boolean>, options?: { matchingBlock?: string; matchingBlockStates?: Record<string, string | number | boolean>; }, placeholderid?: string, replacemode?: boolean,): number Parameters
- from: Vector3
- to: Vector3
- dimension: Dimension
- 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
Legacy function. Superceeded by fillBlocksHHG.