Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.projectiles
/
MagicProjectileEngine
/
ImpactHandler
Impact
Handler
@
FunctionalInterface
(
)
public
interface
ImpactHandler
<
T
>
Members
Functions
on
Impact
Link copied to clipboard
public
abstract
void
onImpact
(
T
cast
,
LivingEntity
directTarget
,
Location
impact
,
Vector
incoming
)