Script API - v1.26.10
    Preparing search index...

    Class PlayerPlaceBlockAfterEventSignal

    Manages callbacks that are connected to when a block is placed by a player.

    export class PlayerPlaceBlockAfterEventSignal {
    private constructor();
    subscribe(
    callback: (arg0: PlayerPlaceBlockAfterEvent) => void,
    options?: BlockEventOptions,
    ): (arg0: PlayerPlaceBlockAfterEvent) => void;
    unsubscribe(callback: (arg0: PlayerPlaceBlockAfterEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods