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 aProxiedPlayerand 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 booleancanEqual(Object other)booleanequals(Object o)ProxiedPlayergetPlayer()The player involved with this event.inthashCode()StringtoString()
-
-
-
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)
-
-