mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-07 08:02:13 +01:00
SPIGOT-362: Add TeleportCause.SPECTATE
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
83544bb9eb
commit
6937ffacd4
@ -55,6 +55,11 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
|
||||
* portal
|
||||
*/
|
||||
END_PORTAL,
|
||||
/**
|
||||
* Indicates the teleportation was caused by a player teleporting to a
|
||||
* Entity/Player via the specatator menu
|
||||
*/
|
||||
SPECTATE,
|
||||
/**
|
||||
* Indicates the teleportation was caused by an event not covered by
|
||||
* this enum
|
||||
|
Loading…
Reference in New Issue
Block a user