Skip to main content

Module callback

Module callback 

Source
Expand description

Entity lifecycle callbacks for movement and removal tracking.

Structs§

EntityChunkCallback
Callback attached to each entity for tracking chunk/section movement.
InactiveEntityCallback
Callback for entities retained outside live world membership.
NullEntityCallback
Null callback for entities not yet in the world.
PlayerEntityCallback
Callback for players.

Enums§

RemovalReason
Reasons an entity can be removed from the world.

Traits§

EntityLevelCallback
Callback interface for entity lifecycle events.