LunaticChat
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LunaticChat
engine
/
dev.m1sk9.lunaticChat.engine.protocol
/
PluginMessage
/
HandshakeResponse
/
HandshakeResponse
Handshake
Response
constructor
(
compatible
:
Boolean
,
velocityVersion
:
String
,
error
:
String
?
=
null
,
protocolMajor
:
Int
=
ProtocolVersion.MAJOR
,
protocolMinor
:
Int
=
ProtocolVersion.MINOR
,
protocolPatch
:
Int
=
ProtocolVersion.PATCH
)
(
source
)