Uses of Class
net.minecraft.world.level.entity.EntitySection
Packages that use EntitySection
-
Uses of EntitySection in net.minecraft.world.level.entity
Fields in net.minecraft.world.level.entity declared as EntitySectionModifier and TypeFieldDescriptionprivate EntitySection
<T> PersistentEntitySectionManager.Callback.currentSection
private EntitySection
<T> TransientEntitySectionManager.Callback.currentSection
Fields in net.minecraft.world.level.entity with type parameters of type EntitySectionModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap
<EntitySection<T>> EntitySectionStorage.sections
Methods in net.minecraft.world.level.entity that return EntitySectionModifier and TypeMethodDescriptionprivate EntitySection
<T> EntitySectionStorage.createSection
(long p_156902_) EntitySectionStorage.getOrCreateSection
(long pSectionPos) EntitySectionStorage.getSection
(long pSectionPos) Methods in net.minecraft.world.level.entity that return types with arguments of type EntitySectionMethods in net.minecraft.world.level.entity with parameters of type EntitySectionModifier and TypeMethodDescription(package private) void
PersistentEntitySectionManager.removeSectionIfEmpty
(long pSectionKey, EntitySection<T> pSection) (package private) void
TransientEntitySectionManager.removeSectionIfEmpty
(long pSection, EntitySection<T> pEntitySection) Method parameters in net.minecraft.world.level.entity with type arguments of type EntitySectionModifier and TypeMethodDescriptionvoid
EntitySectionStorage.forEachAccessibleNonEmptySection
(AABB pBoundingBox, AbortableIterationConsumer<EntitySection<T>> pConsumer) Constructors in net.minecraft.world.level.entity with parameters of type EntitySectionModifierConstructorDescription(package private)
Callback
(T pEntity, long pCurrentSectionKey, EntitySection<T> pCurrentSection) (package private)
Callback
(T pEntity, long pSection, EntitySection<T> pCurrentSection)