GameLogin

data class GameLogin(val buffer: JagByteBuf, val decoder: BiFunction<JagByteBuf, Boolean, LoginBlock<AuthenticationType<*>>>) : IncomingLoginMessage

Constructors

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

Properties

Link copied to clipboard
val buffer: JagByteBuf
Link copied to clipboard