Contains data related to an entity loaded within the world. This could happen when an unloaded chunk is reloaded, or when an entity changes dimensions.
export class EntityLoadAfterEvent { private constructor(); entity: Entity;} Copy
export class EntityLoadAfterEvent { private constructor(); entity: Entity;}
Private
Entity that was loaded.
This property can't be edited in restricted-execution mode.
This property can't be read in early-execution mode.
Contains data related to an entity loaded within the world. This could happen when an unloaded chunk is reloaded, or when an entity changes dimensions.
Source