HitBoxDismountEvent

An event called when an entity dismounts from a hit box.

Since

2.1.0

Parameters

hitBox

the hit box

entity

the entity

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 target hitbox of this event.
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String