public class EnderTeleportEvent extends LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEventEntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructingEvent.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
float |
attackDamage |
double |
targetX |
double |
targetY |
double |
targetZ |
entityLivingentity| Constructor and Description |
|---|
EnderTeleportEvent(EntityLivingBase entity,
double targetX,
double targetY,
double targetZ,
float attackDamage) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic double targetX
public double targetY
public double targetZ
public float attackDamage
public EnderTeleportEvent(EntityLivingBase entity, double targetX, double targetY, double targetZ, float attackDamage)