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