public interface BedrockCompressionHandler
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
compressPackets(BedrockPacketCodec packetCodec,
Collection<BedrockPacket> packets) |
Collection<BedrockPacket> |
decompressPackets(BedrockPacketCodec packetCodec,
io.netty.buffer.ByteBuf compressed) |
io.netty.buffer.ByteBuf compressPackets(BedrockPacketCodec packetCodec, Collection<BedrockPacket> packets)
Collection<BedrockPacket> decompressPackets(BedrockPacketCodec packetCodec, io.netty.buffer.ByteBuf compressed)
Copyright © 2018–2019 NukkitX. All rights reserved.