public class SetCompression extends DefinedPacket
| Constructor and Description |
|---|
SetCompression() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AbstractPacketHandler handler) |
void |
read(io.netty.buffer.ByteBuf buf,
ProtocolConstants.Direction direction,
int protocolVersion) |
void |
write(io.netty.buffer.ByteBuf buf,
ProtocolConstants.Direction direction,
int protocolVersion) |
equals, hashCode, read, readArray, readArray, readString, readStringArray, readUUID, readVarInt, readVarInt, readVarShort, toArray, toString, write, writeArray, writeString, writeStringArray, writeUUID, writeVarInt, writeVarShortpublic void read(io.netty.buffer.ByteBuf buf,
ProtocolConstants.Direction direction,
int protocolVersion)
read in class DefinedPacketpublic void write(io.netty.buffer.ByteBuf buf,
ProtocolConstants.Direction direction,
int protocolVersion)
write in class DefinedPacketpublic void handle(AbstractPacketHandler handler) throws java.lang.Exception
handle in class DefinedPacketjava.lang.ExceptionCopyright © 2015-2018 WaterfallMC. All Rights Reserved.