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