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
 
 
- 
 public class PlayerHandshakeEvent extends Event Event called to represent a player first making their presence and username known.
- 
- 
Constructor SummaryConstructors Constructor Description PlayerHandshakeEvent(PendingConnection connection, Handshake handshake)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)PendingConnectiongetConnection()Connection attempting to login.HandshakegetHandshake()The handshake.inthashCode()StringtoString()
 
- 
- 
- 
Constructor Detail- 
PlayerHandshakeEventpublic PlayerHandshakeEvent(PendingConnection connection, Handshake handshake) 
 
- 
 - 
Method Detail- 
getConnectionpublic PendingConnection getConnection() Connection attempting to login.
 - 
getHandshakepublic Handshake getHandshake() The handshake.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-