Uses of Class
net.minecraft.world.entity.SectionedEntityCache
| Package | Description |
|---|---|
| net.minecraft.client.world | |
| net.minecraft.server.world | |
| net.minecraft.world.entity |
-
Uses of SectionedEntityCache in net.minecraft.client.world
Fields in net.minecraft.client.world declared as SectionedEntityCache Modifier and Type Field Description private SectionedEntityCache<T>ClientEntityManager. cache -
Uses of SectionedEntityCache in net.minecraft.server.world
Fields in net.minecraft.server.world declared as SectionedEntityCache Modifier and Type Field Description private SectionedEntityCache<T>ServerEntityManager. cache -
Uses of SectionedEntityCache in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as SectionedEntityCache Modifier and Type Field Description private SectionedEntityCache<T>SimpleEntityLookup. cacheConstructors in net.minecraft.world.entity with parameters of type SectionedEntityCache Constructor Description SimpleEntityLookup(EntityIndex<T> index, SectionedEntityCache<T> cache)