public class EntityJoinWorldEvent extends EntityEvent
world
contains the world in which the entity is to join.Cancelable
.HasResult
MinecraftForge#EVENT_BUS
.EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
World |
world |
entity
Constructor and Description |
---|
EntityJoinWorldEvent(Entity entity,
World world) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup