HitBoxRemoveEvent

Triggered when a hitbox is removed.

Since

2.1.0

Parameters

hitBox

removed hitbox

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun call(): Boolean
Dispatches this event to the global event bus.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun getHitBox(): @NotNull HitBox
Returns the removed hitbox.
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String