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 |
---|---|
float |
attackDamage |
double |
targetX |
double |
targetY |
double |
targetZ |
entityLiving
entity
Constructor and Description |
---|
EnderTeleportEvent(EntityLivingBase entity,
double targetX,
double targetY,
double targetZ,
float attackDamage) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public double targetX
public double targetY
public double targetZ
public float attackDamage
public EnderTeleportEvent(EntityLivingBase entity, double targetX, double targetY, double targetZ, float attackDamage)