public abstract class BedrockClientInitializer extends BedrockChannelInitializer<BedrockClientSession>
RAKNET_MINECRAFT_ID| Constructor and Description |
|---|
BedrockClientInitializer() |
| Modifier and Type | Method and Description |
|---|---|
BedrockClientSession |
createSession0(BedrockPeer peer,
int subClientId) |
protected void |
preInitChannel(io.netty.channel.Channel channel) |
createPeer, createSession, getCompression, initChannel, initPacketCodec, initSession, postInitChannelchannelRegistered, exceptionCaught, handlerAdded, handlerRemovedprotected void preInitChannel(io.netty.channel.Channel channel)
throws java.lang.Exception
preInitChannel in class BedrockChannelInitializer<BedrockClientSession>java.lang.Exceptionpublic BedrockClientSession createSession0(BedrockPeer peer, int subClientId)
createSession0 in class BedrockChannelInitializer<BedrockClientSession>