ModelDespawnAtPlayerEvent

Triggered when a model tracker is despawned for a specific player.

This event notifies plugins/mods that a model is no longer visible to a player.

Since

2.0.0

Parameters

player

the player for whom the model is despawning

tracker

the tracker being despawned

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
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String