Uses of Interface
net.minecraft.world.entity.EntityHandler
| Package | Description |
|---|---|
| net.minecraft.client.world | |
| net.minecraft.server.world |
-
Uses of EntityHandler in net.minecraft.client.world
Classes in net.minecraft.client.world that implement EntityHandler Modifier and Type Class Description (package private) classClientWorld.ClientEntityHandlerFields in net.minecraft.client.world declared as EntityHandler Modifier and Type Field Description private EntityHandler<T>ClientEntityManager. handlerConstructors in net.minecraft.client.world with parameters of type EntityHandler Constructor Description ClientEntityManager(Class<T> entityClass, EntityHandler<T> handler) -
Uses of EntityHandler in net.minecraft.server.world
Classes in net.minecraft.server.world that implement EntityHandler Modifier and Type Class Description (package private) classServerWorld.ServerEntityHandlerFields in net.minecraft.server.world declared as EntityHandler Modifier and Type Field Description private EntityHandler<T>ServerEntityManager. handlerConstructors in net.minecraft.server.world with parameters of type EntityHandler Constructor Description ServerEntityManager(Class<T> entityClass, EntityHandler<T> handler, ChunkDataAccess<T> dataAccess)