GameReconnect

data class GameReconnect(val buffer: JagByteBuf, val decoder: BiFunction<JagByteBuf, Boolean, LoginBlock<XteaKey>>) : IncomingLoginMessage

Constructors

Link copied to clipboard
constructor(buffer: JagByteBuf, decoder: BiFunction<JagByteBuf, Boolean, LoginBlock<XteaKey>>)

Properties

Link copied to clipboard
val buffer: JagByteBuf
Link copied to clipboard
val decoder: BiFunction<JagByteBuf, Boolean, LoginBlock<XteaKey>>