枚举 EntityInitializationCause实验性

An enumeration describing initialization cause of an entity.

枚举成员

Born

Case when an entity is created as child of other entity or entities, e.g., cows making a cow or slimes making smaller slimes after dying.

Event

Case when an entity is created by an event, e.g., a Wandering trader spawning llamas.

Loaded

Case when an entity is loaded into the world.

Spawned

Case when an entity is naturally spawned in the world.

Transformed

Case when an entity is transformed into another entity.