Uses of Interface
net.minecraft.world.entity.EntityHandler
Packages that use EntityHandler
-
Uses of EntityHandler in net.minecraft.client.world
Classes in net.minecraft.client.world that implement EntityHandlerFields in net.minecraft.client.world declared as EntityHandlerConstructors in net.minecraft.client.world with parameters of type EntityHandlerModifierConstructorDescriptionClientEntityManager(Class<T> entityClass, EntityHandler<T> handler)
-
Uses of EntityHandler in net.minecraft.server.world
Classes in net.minecraft.server.world that implement EntityHandlerFields in net.minecraft.server.world declared as EntityHandlerConstructors in net.minecraft.server.world with parameters of type EntityHandlerModifierConstructorDescriptionServerEntityManager(Class<T> entityClass, EntityHandler<T> handler, ChunkDataAccess<T> dataAccess)