Uses of Interface
net.minecraft.world.entity.EntityLookup
Packages that use EntityLookup
Package
Description
- 
Uses of EntityLookup in net.minecraft.client.worldMethods in net.minecraft.client.world that return EntityLookup
- 
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.Fields in net.minecraft.world.entity declared as EntityLookupMethods in net.minecraft.world.entity that return EntityLookup