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

    Class DataDrivenEntityTriggerAfterEventSignal

    Contains event registration related to firing of a data driven entity event - for example, the minecraft:ageable_grow_up event on a chicken.

    export class DataDrivenEntityTriggerAfterEventSignal {
    private constructor();
    subscribe(
    callback: (arg0: DataDrivenEntityTriggerAfterEvent) => void,
    options?: EntityDataDrivenTriggerEventOptions,
    ): (arg0: DataDrivenEntityTriggerAfterEvent) => void;
    unsubscribe(callback: (arg0: DataDrivenEntityTriggerAfterEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods