Uses of Interface
net.minecraft.world.entity.EntityHandler
-
Uses of EntityHandler in net.minecraft.client.world
Modifier and TypeFieldDescription(package private) final EntityHandler<T>
ClientEntityManager.handler
ModifierConstructorDescriptionClientEntityManager
(Class<T> entityClass, EntityHandler<T> handler) -
Uses of EntityHandler in net.minecraft.server.world
Modifier and TypeFieldDescription(package private) final EntityHandler<T>
ServerEntityManager.handler
ModifierConstructorDescriptionServerEntityManager
(Class<T> entityClass, EntityHandler<T> handler, ChunkDataAccess<T> dataAccess)