Uses of Class
net.minecraft.world.level.entity.EntitySectionStorage
Packages that use EntitySectionStorage
-
Uses of EntitySectionStorage in net.minecraft.world.level.entity
Fields in net.minecraft.world.level.entity declared as EntitySectionStorageModifier and TypeFieldDescriptionprivate EntitySectionStorage<T>
LevelEntityGetterAdapter.sectionStorage
(package private) EntitySectionStorage<T>
PersistentEntitySectionManager.sectionStorage
(package private) EntitySectionStorage<T>
TransientEntitySectionManager.sectionStorage
Constructors in net.minecraft.world.level.entity with parameters of type EntitySectionStorageModifierConstructorDescriptionLevelEntityGetterAdapter(EntityLookup<T> p_156943_, EntitySectionStorage<T> p_156944_)