public class MCProjectileImpactFireballEvent extends MCProjectileImpactEvent implements crafttweaker.api.event.ProjectileImpactFireballEvent
Constructor and Description |
---|
MCProjectileImpactFireballEvent(net.minecraftforge.event.entity.ProjectileImpactEvent.Fireball event) |
Modifier and Type | Method and Description |
---|---|
double |
getAccelerationX() |
double |
getAccelerationY() |
double |
getAccelerationZ() |
crafttweaker.api.entity.IEntity |
getFireball() |
crafttweaker.api.entity.IEntityLivingBase |
getShooter() |
boolean |
isCanceled() |
void |
setAccelerationX(double accelerationX) |
void |
setAccelerationY(double accelerationY) |
void |
setAccelerationZ(double accelerationZ) |
void |
setCanceled(boolean canceled) |
getEntity, getRayTraceResult
public MCProjectileImpactFireballEvent(net.minecraftforge.event.entity.ProjectileImpactEvent.Fireball event)
public crafttweaker.api.entity.IEntity getFireball()
getFireball
in interface crafttweaker.api.event.ProjectileImpactFireballEvent
public crafttweaker.api.entity.IEntityLivingBase getShooter()
getShooter
in interface crafttweaker.api.event.ProjectileImpactFireballEvent
public double getAccelerationX()
getAccelerationX
in interface crafttweaker.api.event.ProjectileImpactFireballEvent
public void setAccelerationX(double accelerationX)
setAccelerationX
in interface crafttweaker.api.event.ProjectileImpactFireballEvent
public double getAccelerationY()
getAccelerationY
in interface crafttweaker.api.event.ProjectileImpactFireballEvent
public void setAccelerationY(double accelerationY)
setAccelerationY
in interface crafttweaker.api.event.ProjectileImpactFireballEvent
public double getAccelerationZ()
getAccelerationZ
in interface crafttweaker.api.event.ProjectileImpactFireballEvent
public void setAccelerationZ(double accelerationZ)
setAccelerationZ
in interface crafttweaker.api.event.ProjectileImpactFireballEvent
public boolean isCanceled()
isCanceled
in interface crafttweaker.api.event.IEventCancelable
public void setCanceled(boolean canceled)
setCanceled
in interface crafttweaker.api.event.IEventCancelable