IProjectileImpactEvent

Link to iprojectileimpactevent

This interface is extended by all Events that relate to projectiles (suchs as fireballs, arrows and throwable items).

Importing the class

Link to importing-the-class

It might be required to import the class to avoid errors.
import crafttweaker.event.IProjectileImpactEvent;

Extending IEntityEvent

Link to extending-ientityevent

This interface extends IEntityEvent, which means that all functionality that IEntityEvent offers is also present in IProjectileImpactEvent.

nametype
name
rayTrace
type
IRayTraceResult