Package dev.aura.bungeechat.event
Class BungeeChatJoinEvent
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- dev.aura.bungeechat.event.BungeeChatJoinEvent
-
public class BungeeChatJoinEvent extends Event
Event called as soon as a connection has aProxiedPlayer
and is ready to be connected to a server.Used by BungeeChat internally to make sure people joining while they are online don't cause issues.
-
-
Constructor Summary
Constructors Constructor Description BungeeChatJoinEvent(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()
The player involved with this event.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
BungeeChatJoinEvent
public BungeeChatJoinEvent(ProxiedPlayer player)
-
-
Method Detail
-
getPlayer
public ProxiedPlayer getPlayer()
The player involved with this event.
-
canEqual
protected boolean canEqual(Object other)
-
-