Uses of Class
net.minecraft.world.level.entity.EntitySection
-
Uses of EntitySection in net.minecraft.world.level.entity
Modifier and TypeFieldDescriptionprivate EntitySection<T>
PersistentEntitySectionManager.Callback.currentSection
private EntitySection<T>
TransientEntitySectionManager.Callback.currentSection
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<EntitySection<T>>
EntitySectionStorage.sections
Modifier and TypeMethodDescriptionprivate EntitySection<T>
EntitySectionStorage.createSection
(long p_156902_) EntitySectionStorage.getOrCreateSection
(long p_156894_) EntitySectionStorage.getSection
(long p_156896_) Modifier and TypeMethodDescriptionEntitySectionStorage.getExistingSectionsInChunk
(long p_156889_) Modifier and TypeMethodDescription(package private) void
PersistentEntitySectionManager.removeSectionIfEmpty
(long p_157510_, EntitySection<T> p_157511_) (package private) void
TransientEntitySectionManager.removeSectionIfEmpty
(long p_157649_, EntitySection<T> p_157650_) Modifier and TypeMethodDescriptionvoid
EntitySectionStorage.forEachAccessibleNonEmptySection
(AABB p_188363_, AbortableIterationConsumer<EntitySection<T>> p_261588_) ModifierConstructorDescription(package private)
Callback
(T p_157614_, long p_157615_, EntitySection<T> p_157616_) (package private)
Callback
(T p_157673_, long p_157674_, EntitySection<T> p_157675_)