Uses of Class
net.minecraft.world.entity.EntityIndex
Package | Description |
---|---|
net.minecraft.client.world | |
net.minecraft.server.world | |
net.minecraft.world.entity |
-
Uses of EntityIndex in net.minecraft.client.world
Fields in net.minecraft.client.world declared as EntityIndex Modifier and Type Field Description private EntityIndex<T>
ClientEntityManager. index
-
Uses of EntityIndex in net.minecraft.server.world
Fields in net.minecraft.server.world declared as EntityIndex Modifier and Type Field Description private EntityIndex<T>
ServerEntityManager. index
-
Uses of EntityIndex in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as EntityIndex Modifier and Type Field Description private EntityIndex<T>
SimpleEntityLookup. index
Constructors in net.minecraft.world.entity with parameters of type EntityIndex Constructor Description SimpleEntityLookup(EntityIndex<T> index, SectionedEntityCache<T> cache)