public interface LivingKnockBackEvent extends ILivingEvent, IEventCancelable
| Modifier and Type | Method and Description |
|---|---|
IEntity |
getAttacker() |
IEntity |
getOriginalAttacker() |
double |
getOriginalRatioX() |
double |
getOriginalRatioZ() |
float |
getOriginalStrength() |
double |
getRatioX() |
double |
getRatioZ() |
float |
getStrength() |
void |
setAttacker(IEntity attacker) |
void |
setRatioX(double ratioX) |
void |
setRatioZ(double ratioZ) |
void |
setStrength(float strength) |
getEntity, getEntityLivingBasecancel, isCanceled, setCanceledIEntity getAttacker()
void setAttacker(IEntity attacker)
float getStrength()
void setStrength(float strength)
double getRatioX()
void setRatioX(double ratioX)
double getRatioZ()
void setRatioZ(double ratioZ)
IEntity getOriginalAttacker()
float getOriginalStrength()
double getOriginalRatioX()
double getOriginalRatioZ()