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

    Class EntityHitBlockAfterEventSignal

    Manages callbacks that are connected to when an entity hits a block.

    export class EntityHitBlockAfterEventSignal {
    private constructor();
    subscribe(
    callback: (arg0: EntityHitBlockAfterEvent) => void,
    options?: EntityEventOptions,
    ): (arg0: EntityHitBlockAfterEvent) => void;
    unsubscribe(callback: (arg0: EntityHitBlockAfterEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods