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