SerenityJS
    Preparing search index...

    Interface StructurePlaceOptions

    interface StructurePlaceOptions {
        animationTicks?: number;
        blocksPerAnimationTick?: number;
        markAsDirty?: boolean;
        placeAirBlocks?: boolean;
    }
    Index

    Properties

    animationTicks?: number

    The amount of ticks to animate the structure placement over.

    blocksPerAnimationTick?: number

    The number of blocks to place per animation tick.

    markAsDirty?: boolean

    Whether to mark the chunks as dirty after placing the structure.

    placeAirBlocks?: boolean

    If the structure should place air blocks.