Uses of Class
net.minecraft.world.entity.EntityTrackingSection
Packages that use 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 entity, long sectionPos, EntityTrackingSection<T> section) -
Uses of EntityTrackingSection in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as EntityTrackingSectionModifier and TypeFieldDescriptionprivate EntityTrackingSection
<T> ClientEntityManager.Listener.section
Fields in net.minecraft.world.entity with type parameters of type EntityTrackingSectionModifier and TypeFieldDescriptionprivate final 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 EntityTrackingSectionMethods in net.minecraft.world.entity with parameters of type EntityTrackingSectionModifier and TypeMethodDescription(package private) void
ClientEntityManager.removeIfEmpty
(long packedChunkSection, EntityTrackingSection<T> entities) Method parameters in net.minecraft.world.entity with type arguments of type EntityTrackingSectionModifier 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.Constructors in net.minecraft.world.entity with parameters of type EntityTrackingSectionModifierConstructorDescription(package private)
Listener
(T entity, long pos, EntityTrackingSection<T> section)