Uses of Interface
net.minecraft.world.entity.EntityLookup
Packages that use EntityLookup
Package
Description
-
Uses of EntityLookup in net.minecraft.client.world
Methods in net.minecraft.client.world that return EntityLookup -
Uses of EntityLookup in net.minecraft.server.world
Fields 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.world
Methods in net.minecraft.world that return EntityLookupModifier and TypeMethodDescriptionprotected abstract EntityLookup
<Entity> World.getEntityLookup()
-
Uses of EntityLookup in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement EntityLookupModifier and TypeClassDescriptionclass
SimpleEntityLookup<T extends EntityLike>
An implementation of entity lookup backed by two separateEntityIndex
andSectionedEntityCache
.Fields in net.minecraft.world.entity declared as EntityLookupMethods in net.minecraft.world.entity that return EntityLookup