| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock | |
| com.nukkitx.protocol.bedrock.compat | |
| com.nukkitx.protocol.bedrock.compressionhandler |
| Modifier and Type | Method and Description |
|---|---|
BedrockPacketCodec |
BedrockPacketCodec.Builder.build() |
BedrockPacketCodec |
BedrockSession.getPacketCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockSession.setPacketCodec(BedrockPacketCodec packetCodec) |
| Modifier and Type | Field and Description |
|---|---|
static BedrockPacketCodec |
BedrockCompat.COMPAT_CODEC
This is for servers when figuring out the protocol of a client joining.
|
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
DefaultBedrockCompressionHandler.compressPackets(BedrockPacketCodec packetCodec,
Collection<BedrockPacket> packets) |
io.netty.buffer.ByteBuf |
BedrockCompressionHandler.compressPackets(BedrockPacketCodec packetCodec,
Collection<BedrockPacket> packets) |
List<BedrockPacket> |
DefaultBedrockCompressionHandler.decompressPackets(BedrockPacketCodec packetCodec,
io.netty.buffer.ByteBuf compressed) |
Collection<BedrockPacket> |
BedrockCompressionHandler.decompressPackets(BedrockPacketCodec packetCodec,
io.netty.buffer.ByteBuf compressed) |
Copyright © 2018–2019 NukkitX. All rights reserved.