public class EnderTeleportEvent extends LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEventEntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructingEvent.HasResult, Event.Result| Constructor and Description |
|---|
EnderTeleportEvent(EntityLivingBase entity,
double targetX,
double targetY,
double targetZ,
float attackDamage) |
| Modifier and Type | Method and Description |
|---|---|
float |
getAttackDamage() |
double |
getTargetX() |
double |
getTargetY() |
double |
getTargetZ() |
void |
setAttackDamage(float attackDamage) |
void |
setTargetX(double targetX) |
void |
setTargetY(double targetY) |
void |
setTargetZ(double targetZ) |
getEntityLivinggetEntitygetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic EnderTeleportEvent(EntityLivingBase entity, double targetX, double targetY, double targetZ, float attackDamage)
public double getTargetX()
public void setTargetX(double targetX)
public double getTargetY()
public void setTargetY(double targetY)
public double getTargetZ()
public void setTargetZ(double targetZ)
public float getAttackDamage()
public void setAttackDamage(float attackDamage)