public class EnderTeleportEvent extends LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing, EntityEvent.EyeHeight
Event.HasResult, Event.Result
コンストラクタと説明 |
---|
EnderTeleportEvent(LivingEntity entity,
double targetX,
double targetY,
double targetZ,
float attackDamage) |
修飾子とタイプ | メソッドと説明 |
---|---|
float |
getAttackDamage() |
double |
getTargetX() |
double |
getTargetY() |
double |
getTargetZ() |
void |
setAttackDamage(float attackDamage) |
void |
setTargetX(double targetX) |
void |
setTargetY(double targetY) |
void |
setTargetZ(double targetZ) |
getEntityLiving
getEntity
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public EnderTeleportEvent(LivingEntity 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)