Uses of Interface
net.minecraft.world.entity.EntityLookup
| Package | Description |
|---|---|
| net.minecraft.client.world | |
| net.minecraft.server.world | |
| net.minecraft.world | |
| net.minecraft.world.entity |
-
Uses of EntityLookup in net.minecraft.client.world
Fields in net.minecraft.client.world declared as EntityLookup Modifier and Type Field Description private EntityLookup<T>ClientEntityManager. lookupMethods in net.minecraft.client.world that return EntityLookup Modifier and Type Method Description protected EntityLookup<Entity>ClientWorld. getEntityLookup()EntityLookup<T>ClientEntityManager. getLookup() -
Uses of EntityLookup in net.minecraft.server.world
Fields in net.minecraft.server.world declared as EntityLookup Modifier and Type Field Description private EntityLookup<T>ServerEntityManager. lookupMethods in net.minecraft.server.world that return EntityLookup Modifier and Type Method Description protected EntityLookup<Entity>ServerWorld. getEntityLookup()EntityLookup<T>ServerEntityManager. getLookup() -
Uses of EntityLookup in net.minecraft.world
Methods in net.minecraft.world that return EntityLookup Modifier and Type Method Description protected abstract EntityLookup<Entity>World. getEntityLookup() -
Uses of EntityLookup in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement EntityLookup Modifier and Type Class Description classSimpleEntityLookup<T extends EntityLike>An implementation of entity lookup backed by two separateEntityIndexandSectionedEntityCache.