public interface CompressionCodec
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
org.cloudburstmc.protocol.bedrock.data.PacketCompressionAlgorithm |
getAlgorithm() |
int |
getLevel() |
void |
setLevel(int level) |
static final java.lang.String NAME