Class PlayerLeftNetworkEvent

java.lang.Object
net.md_5.bungee.api.plugin.Event
com.imaginarycode.minecraft.redisbungee.events.PlayerLeftNetworkEvent

public class PlayerLeftNetworkEvent extends net.md_5.bungee.api.plugin.Event
This event is sent when a player disconnects. RedisBungee sends the event only when the proxy the player has been connected to is different than the local proxy.

This event corresponds to PlayerDisconnectEvent, and is fired asynchronously.

Since:
0.3.4
  • Constructor Details

    • PlayerLeftNetworkEvent

      public PlayerLeftNetworkEvent(UUID uuid)
  • Method Details

    • getUuid

      public UUID getUuid()