Uses of Class
net.minecraft.world.entity.SectionedEntityCache
Packages that use SectionedEntityCache
Package
Description
- 
Uses of SectionedEntityCache in net.minecraft.client.worldFields in net.minecraft.client.world declared as SectionedEntityCacheModifier and TypeFieldDescription(package private) final SectionedEntityCache<T>ClientEntityManager.cache
- 
Uses of SectionedEntityCache in net.minecraft.server.worldFields in net.minecraft.server.world declared as SectionedEntityCacheModifier and TypeFieldDescription(package private) final SectionedEntityCache<T>ServerEntityManager.cache
- 
Uses of SectionedEntityCache in net.minecraft.world.entityFields in net.minecraft.world.entity declared as SectionedEntityCacheConstructors in net.minecraft.world.entity with parameters of type SectionedEntityCacheModifierConstructorDescriptionSimpleEntityLookup(EntityIndex<T> index, SectionedEntityCache<T> cache)