summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java b/src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java
index 3f9d5cb4..d7f3af7f 100644
--- a/src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java
+++ b/src/main/java/org/bukkit/event/player/PlayerTeleportEvent.java
@@ -66,6 +66,11 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
*/
END_GATEWAY,
/**
+ * Indicates the teleportation was caused by a player consuming chorus
+ * fruit
+ */
+ CHORUS_FRUIT,
+ /**
* Indicates the teleportation was caused by an event not covered by
* this enum
*/