Uses of Class
net.minecraft.world.entity.EntityTrackingSection
Packages that use EntityTrackingSection
Package
Description
-
Uses of EntityTrackingSection in net.minecraft.client.world
Fields in net.minecraft.client.world declared as EntityTrackingSectionModifier and TypeFieldDescriptionprivate EntityTrackingSection<T>
ClientEntityManager.Listener.section
Methods in net.minecraft.client.world with parameters of type EntityTrackingSectionModifier and TypeMethodDescription(package private) void
ClientEntityManager.removeIfEmpty(long packedChunkSection, EntityTrackingSection<T> entities)
Constructors in net.minecraft.client.world with parameters of type EntityTrackingSectionModifierConstructorDescription(package private)
Listener(T t, long long2, EntityTrackingSection<T> entityTrackingSection)
-
Uses of EntityTrackingSection in net.minecraft.server.world
Fields in net.minecraft.server.world declared as EntityTrackingSectionModifier and TypeFieldDescriptionprivate EntityTrackingSection<T>
ServerEntityManager.Listener.section
Methods in net.minecraft.server.world with parameters of type EntityTrackingSectionModifier and TypeMethodDescription(package private) void
ServerEntityManager.entityLeftSection(long sectionPos, EntityTrackingSection<T> section)
Constructors in net.minecraft.server.world with parameters of type EntityTrackingSectionModifierConstructorDescription(package private)
Listener(T t, long long2, EntityTrackingSection<T> entityTrackingSection)
-
Uses of EntityTrackingSection in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type EntityTrackingSectionModifier and TypeFieldDescriptionprivate Long2ObjectMap<EntityTrackingSection<T>>
SectionedEntityCache.trackingSections
Methods in net.minecraft.world.entity that return EntityTrackingSectionModifier and TypeMethodDescriptionprivate EntityTrackingSection<T>
SectionedEntityCache.addSection(long sectionPos)
SectionedEntityCache.findTrackingSection(long sectionPos)
SectionedEntityCache.getTrackingSection(long sectionPos)
Methods in net.minecraft.world.entity that return types with arguments of type EntityTrackingSectionMethod parameters in net.minecraft.world.entity with type arguments of type EntityTrackingSectionModifier 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.