Package dev.aura.bungeechat.event
Class BungeeChatLeaveEvent
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- dev.aura.bungeechat.event.BungeeChatLeaveEvent
-
public class BungeeChatLeaveEvent extends Event
Called when a player has left the proxy, it is not safe to call any methods that perform an action on the passed player instance.Used by BungeeChat internally to make sure people joining while they are online don't cause issues.
-
-
Constructor Summary
Constructors Constructor Description BungeeChatLeaveEvent(ProxiedPlayer player)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
ProxiedPlayer
getPlayer()
Player disconnecting.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
BungeeChatLeaveEvent
public BungeeChatLeaveEvent(ProxiedPlayer player)
-
-
Method Detail
-
getPlayer
public ProxiedPlayer getPlayer()
Player disconnecting.
-
canEqual
protected boolean canEqual(Object other)
-
-