public interface ProjectileImpactFireballEvent extends IProjectileImpactEvent, IEventCancelable
| Modifier and Type | Method and Description |
|---|---|
double |
getAccelerationX() |
double |
getAccelerationY() |
double |
getAccelerationZ() |
IEntity |
getFireball() |
IEntityLivingBase |
getShooter() |
void |
setAccelerationX(double accelerationX) |
void |
setAccelerationY(double accelerationY) |
void |
setAccelerationZ(double accelerationZ) |
getRayTraceResultgetEntitycancel, isCanceled, setCanceledIEntity getFireball()
IEntityLivingBase getShooter()
double getAccelerationX()
void setAccelerationX(double accelerationX)
double getAccelerationY()
void setAccelerationY(double accelerationY)
double getAccelerationZ()
void setAccelerationZ(double accelerationZ)