mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-05 15:11:28 +01:00
SPIGOT-7435: Add TeleportCause#EXIT_BED
By: md_5 <git@md-5.net>
This commit is contained in:
parent
e8181b5107
commit
35bb07c269
@ -77,6 +77,10 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
|
||||
* Indicates the teleportation was caused by a player exiting a vehicle
|
||||
*/
|
||||
DISMOUNT,
|
||||
/**
|
||||
* Indicates the teleportation was caused by a player exiting a bed
|
||||
*/
|
||||
EXIT_BED,
|
||||
/**
|
||||
* Indicates the teleportation was caused by an event not covered by
|
||||
* this enum
|
||||
|
Loading…
Reference in New Issue
Block a user