onEntityTrackingStop

fun EventRegistration.onEntityTrackingStop(callback: EntityTrackingCallback)

Invoked when a player on the server stops tracking an entity. By the time this event runs, the player has already been told to destroy the entity instance, but the entity is still on the server.

Author

sschr15

See also

org.quiltmc.qsl.networking.api.EntityTrackingEvents