Package net.minecraft.world.entity
package net.minecraft.world.entity
-
ClassDescriptionA listener for an entity's changes associated to saving.The entity handler exposes world's entity handling to entity managers.EntityIndex<T extends EntityLike>An index of entities by both their network IDs and UUIDs.A prototype of entity that's suitable for entity manager to handle.EntityLookup<T extends EntityLike>An interface for looking up entities.EntityTrackingSection<T extends EntityLike>A collection of entities tracked within a chunk section.The status of entity tracking sections within entity managers.SectionedEntityCache<T extends EntityLike>Stores entities with the chunk sections they are in.SimpleEntityLookup<T extends EntityLike>An implementation of entity lookup backed by two separate
EntityIndex
andSectionedEntityCache
.