mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 19:28:03 +01:00
SPIGOT-7204: Add TeleportCause#DISMOUNT
By: md_5 <git@md-5.net>
This commit is contained in:
parent
d670f11766
commit
12020621c8
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
|
||||||
* fruit
|
* fruit
|
||||||
*/
|
*/
|
||||||
CHORUS_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
|
* Indicates the teleportation was caused by an event not covered by
|
||||||
* this enum
|
* this enum
|
||||||
|
|
Loading…
Add table
Reference in a new issue