diff --git a/paper-api/src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java b/paper-api/src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java index 113e620ce..2deae344c 100644 --- a/paper-api/src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java +++ b/paper-api/src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java @@ -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