SPIGOT-1773: Chorus fruit teleport reason
By: md_5 <git@md-5.net>
This commit is contained in:
parent
398a5d169c
commit
382597b99e
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
|
||||||
* gateway
|
* gateway
|
||||||
*/
|
*/
|
||||||
END_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
|
* Indicates the teleportation was caused by an event not covered by
|
||||||
* this enum
|
* this enum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue