Interface HitBoxEvent
- All Superinterfaces:
ModelEvent
- All Known Implementing Classes:
HitBoxCreateEvent, HitBoxDamagedEvent, HitBoxDismountEvent, HitBoxInteractAtEvent, HitBoxMountEvent, HitBoxRemoveEvent
Base contract for events associated with a
HitBox.- Since:
- 2.1.0
-
Method Summary
Methods inherited from interface ModelEvent
call
-
Method Details
-
getHitBox
Returns the target hitbox of this event.- Returns:
- target hitbox
- Since:
- 2.1.0
-