public final class AddEntityToWorldEvent extends Event
Entity is added to the world using IChunkOrWorld.addEntity(Entity). Cancelling the event will make the entity not be
added.| Constructor and Description |
|---|
AddEntityToWorldEvent(IWorld world,
Entity entity) |