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 t, long long2, EntityTrackingSection<T> entityTrackingSection)
-
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 t, long long2, EntityTrackingSection<T> entityTrackingSection)
-
Uses of EntityTrackingSection in net.minecraft.world.entity
Modifier and TypeFieldDescriptionprivate 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, Consumer<EntityTrackingSection<T>> action)
Runs the given action on each collection of entities in the chunk sections within the given box.