@Deprecated public class LivingSpecialSpawnEvent extends LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
World |
world
Deprecated.
|
float |
x
Deprecated.
|
float |
y
Deprecated.
|
float |
z
Deprecated.
|
entityLiving
entity
Constructor and Description |
---|
LivingSpecialSpawnEvent(EntityLiving entity,
World world,
float x,
float y,
float z)
Deprecated.
|
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final float x
public final float y
public final float z
public LivingSpecialSpawnEvent(EntityLiving entity, World world, float x, float y, float z)