public class MCProjectileImpactThrowableEvent extends MCProjectileImpactEvent implements crafttweaker.api.event.ProjectileImpactThrowableEvent
| Constructor and Description |
|---|
MCProjectileImpactThrowableEvent(net.minecraftforge.event.entity.ProjectileImpactEvent.Throwable event) |
| Modifier and Type | Method and Description |
|---|---|
crafttweaker.api.entity.IEntity |
getThrowable() |
crafttweaker.api.entity.IEntityThrowable |
getThrowableNew() |
crafttweaker.api.entity.IEntityLivingBase |
getThrower() |
boolean |
isCanceled() |
void |
setCanceled(boolean canceled) |
getEntity, getRayTraceResultpublic MCProjectileImpactThrowableEvent(net.minecraftforge.event.entity.ProjectileImpactEvent.Throwable event)
public crafttweaker.api.entity.IEntityThrowable getThrowableNew()
getThrowableNew in interface crafttweaker.api.event.ProjectileImpactThrowableEventpublic crafttweaker.api.entity.IEntity getThrowable()
getThrowable in interface crafttweaker.api.event.ProjectileImpactThrowableEventpublic crafttweaker.api.entity.IEntityLivingBase getThrower()
getThrower in interface crafttweaker.api.event.ProjectileImpactThrowableEventpublic boolean isCanceled()
isCanceled in interface crafttweaker.api.event.IEventCancelablepublic void setCanceled(boolean canceled)
setCanceled in interface crafttweaker.api.event.IEventCancelable