Package net.md_5.bungee.api.event
Class PlayerHandshakeEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
net.md_5.bungee.api.event.PlayerHandshakeEvent
Event called to represent a player first making their presence and username
known.
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerHandshakeEvent(PendingConnection connection, net.md_5.bungee.protocol.packet.Handshake handshake) -
Method Summary
-
Constructor Details
-
PlayerHandshakeEvent
public PlayerHandshakeEvent(PendingConnection connection, net.md_5.bungee.protocol.packet.Handshake handshake)
-
-
Method Details