Uses of Class
net.minecraft.world.entity.EntityTrackingSection
Package
Description
-
Uses of EntityTrackingSection in net.minecraft.client.world
Modifier and TypeFieldDescriptionprivate EntityTrackingSection<T>
ClientEntityManager.Listener.section
Modifier and TypeMethodDescription(package private) void
ClientEntityManager.removeIfEmpty
(long packedChunkSection, EntityTrackingSection<T> entities) ModifierConstructorDescription(package private)
Listener
(T entity, long pos, EntityTrackingSection<T> section) -
Uses of EntityTrackingSection in net.minecraft.server.world
Modifier and TypeFieldDescriptionprivate EntityTrackingSection<T>
ServerEntityManager.Listener.section
Modifier and TypeMethodDescription(package private) void
ServerEntityManager.entityLeftSection
(long sectionPos, EntityTrackingSection<T> section) ModifierConstructorDescription(package private)
Listener
(T entity, long sectionPos, EntityTrackingSection<T> section) -
Uses of EntityTrackingSection in net.minecraft.world.entity
Modifier and TypeFieldDescriptionprivate final Long2ObjectMap<EntityTrackingSection<T>>
SectionedEntityCache.trackingSections
Modifier and TypeMethodDescriptionprivate EntityTrackingSection<T>
SectionedEntityCache.addSection
(long sectionPos) SectionedEntityCache.findTrackingSection
(long sectionPos) SectionedEntityCache.getTrackingSection
(long sectionPos) Modifier and TypeMethodDescriptionvoid
SectionedEntityCache.forEachInBox
(Box box, LazyIterationConsumer<EntityTrackingSection<T>> consumer) Runs the given action on each collection of entities in the chunk sections within the given box.