Uses of Interface
net.minecraft.world.entity.EntityLookup
Packages that use EntityLookup
Package
Description
- 
Uses of EntityLookup in net.minecraft.client.worldFields in net.minecraft.client.world declared as EntityLookupMethods in net.minecraft.client.world that return EntityLookupModifier and TypeMethodDescriptionprotected EntityLookup<Entity>ClientWorld.getEntityLookup()ClientEntityManager.getLookup()
- 
Uses of EntityLookup in net.minecraft.server.worldFields in net.minecraft.server.world declared as EntityLookupMethods in net.minecraft.server.world that return EntityLookupModifier and TypeMethodDescriptionprotected EntityLookup<Entity>ServerWorld.getEntityLookup()ServerEntityManager.getLookup()
- 
Uses of EntityLookup in net.minecraft.worldMethods in net.minecraft.world that return EntityLookupModifier and TypeMethodDescriptionprotected abstract EntityLookup<Entity>World.getEntityLookup()
- 
Uses of EntityLookup in net.minecraft.world.entityClasses in net.minecraft.world.entity that implement EntityLookupModifier and TypeClassDescriptionclassSimpleEntityLookup<T extends EntityLike>An implementation of entity lookup backed by two separateEntityIndexandSectionedEntityCache.