Uses of Interface
net.minecraft.world.entity.EntityLookup
Package
Description
-
Uses of EntityLookup in net.minecraft.client.world
Modifier and TypeMethodDescriptionprotected EntityLookup<Entity>
ClientWorld.getEntityLookup()
ClientEntityManager.getLookup()
-
Uses of EntityLookup in net.minecraft.server.world
Modifier and TypeMethodDescriptionprotected EntityLookup<Entity>
ServerWorld.getEntityLookup()
ServerEntityManager.getLookup()
-
Uses of EntityLookup in net.minecraft.world
Modifier and TypeMethodDescriptionprotected abstract EntityLookup<Entity>
World.getEntityLookup()
-
Uses of EntityLookup in net.minecraft.world.entity
Modifier and TypeClassDescriptionclass
SimpleEntityLookup<T extends EntityLike>
An implementation of entity lookup backed by two separateEntityIndex
andSectionedEntityCache
.