Class DataDrivenEntityTriggerAfterEventBeta

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

Hierarchy

  • DataDrivenEntityTriggerAfterEvent

Constructors

Properties

Methods

Constructors

Properties

entity: Entity

Remarks

Entity that the event triggered on.

id: string

Remarks

Name of the data driven event being triggered.

Methods

  • Returns DefinitionModifier[]

    Remarks

    An updateable list of modifications to component state that are the effect of this triggered event.

    This function can't be called in read-only mode.