Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An enumeration describing initialization cause of an entity.
Constants
Born
Born = "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
Event = "Event"
Case when an entity is created by an event, e.g., a Wandering trader spawning llamas.
Loaded
Loaded = "Loaded"
Case when an entity is loaded into the world.
Spawned
Spawned = "Spawned"
Case when an entity is naturally spawned in the world.
Transformed
Transformed = "Transformed"
Case when an entity is transformed into another entity.