SPIGOT-7204: Add TeleportCause#DISMOUNT

This commit is contained in:
md_5 2022-12-13 19:22:42 +11:00
parent b4dd47b00d
commit 0cac7963fc
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -73,6 +73,10 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
* fruit
*/
CHORUS_FRUIT,
/**
* Indicates the teleportation was caused by a player exiting a vehicle
*/
DISMOUNT,
/**
* Indicates the teleportation was caused by an event not covered by
* this enum