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.currentSectionprivate EntitySection<T> TransientEntitySectionManager.Callback.currentSectionFields in net.minecraft.world.level.entity with type parameters of type EntitySectionModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<EntitySection<T>> EntitySectionStorage.sectionsMethods in net.minecraft.world.level.entity that return EntitySectionModifier and TypeMethodDescriptionprivate EntitySection<T> EntitySectionStorage.createSection(long p_156902_) EntitySectionStorage.getOrCreateSection(long p_156894_) EntitySectionStorage.getSection(long p_156896_) Methods in net.minecraft.world.level.entity that return types with arguments of type EntitySectionModifier and TypeMethodDescriptionEntitySectionStorage.getExistingSectionsInChunk(long p_156889_) Methods in net.minecraft.world.level.entity with parameters of type EntitySectionModifier and TypeMethodDescription(package private) voidPersistentEntitySectionManager.removeSectionIfEmpty(long p_157510_, EntitySection<T> p_157511_) (package private) voidTransientEntitySectionManager.removeSectionIfEmpty(long p_157649_, EntitySection<T> p_157650_) Method parameters in net.minecraft.world.level.entity with type arguments of type EntitySectionModifier and TypeMethodDescriptionvoidEntitySectionStorage.forEachAccessibleNonEmptySection(AABB p_188363_, AbortableIterationConsumer<EntitySection<T>> p_261588_) Constructors in net.minecraft.world.level.entity with parameters of type EntitySectionModifierConstructorDescription(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_)