mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-7435: Add TeleportCause#EXIT_BED
This commit is contained in:
parent
2cc6db92ad
commit
14560d39ec
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
|
||||||
* Indicates the teleportation was caused by a player exiting a vehicle
|
* Indicates the teleportation was caused by a player exiting a vehicle
|
||||||
*/
|
*/
|
||||||
DISMOUNT,
|
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
|
* Indicates the teleportation was caused by an event not covered by
|
||||||
* this enum
|
* this enum
|
||||||
|
|
Loading…
Add table
Reference in a new issue