public class EnderTeleportEvent extends LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
int |
attackDamage |
double |
targetX |
double |
targetY |
double |
targetZ |
entityLiving
entity
Constructor and Description |
---|
EnderTeleportEvent(EntityLiving entity,
double targetX,
double targetY,
double targetZ,
int attackDamage) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public double targetX
public double targetY
public double targetZ
public int attackDamage
public EnderTeleportEvent(EntityLiving entity, double targetX, double targetY, double targetZ, int attackDamage)