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 sectionPos) EntitySectionStorage.getOrCreateSection(long sectionPos) EntitySectionStorage.getSection(long sectionPos) 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) voidPersistentEntitySectionManager.removeSectionIfEmpty(long sectionKey, EntitySection<T> section) (package private) voidTransientEntitySectionManager.removeSectionIfEmpty(long section, EntitySection<T> entitySection) Method parameters in net.minecraft.world.level.entity with type arguments of type EntitySectionModifier and TypeMethodDescriptionvoidEntitySectionStorage.forEachAccessibleNonEmptySection(AABB boundingBox, AbortableIterationConsumer<EntitySection<T>> consumer) Constructors in net.minecraft.world.level.entity with parameters of type EntitySectionModifierConstructorDescription(package private)Callback(T entity, long currentSectionKey, EntitySection<T> currentSection) (package private)Callback(T entity, long section, EntitySection<T> currentSection)