Package devs.beer.nativepackets.api
Interface HandshakeIntentionPacketView
- All Superinterfaces:
PacketView
Initial client handshake request.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
protocolVersion
int protocolVersion() -
hostName
String hostName() -
port
int port() -
intention
HandshakeIntent intention()
-