mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-1773: Chorus fruit teleport reason
This commit is contained in:
parent
c44c41ef02
commit
94e06dd4ee
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
|
|||
* gateway
|
||||
*/
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue