Expand description
Stuff related to entity indexes and keeping track of entities in the world.
Structs§
- The chunk position that an entity is currently in.
- An index of Minecraft entity IDs to Azalea ECS entities. This is a
Component
so local players can keep track of entity IDs independently from the instance.
Functions§
- Insert new entities into
Instance::entities_by_chunk
. - Despawn entities that aren’t being loaded by anything.
- Update the chunk position indexes in
Instance::entities_by_chunk
.