SiliconGhetto Engine API
    Preparing search index...

    Function fillBlocks

    • Fill a rectangular region with a single block type.

      Parameters

      • x1: number

        Start X coordinate

      • y1: number

        Start Y coordinate

      • z1: number

        Start Z coordinate

      • x2: number

        End X coordinate

      • y2: number

        End Y coordinate

      • z2: number

        End Z coordinate

      • blockType: number

        Block type ID to fill with

      Returns void