public class NetworkSettingsPacket extends BedrockPacket
| Constructor and Description |
|---|
NetworkSettingsPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getCompressionThresholdByteSize() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setCompressionThresholdByteSize(int compressionThresholdByteSize) |
String |
toString() |
getHeader, setHeaderpublic boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic int getCompressionThresholdByteSize()
public void setCompressionThresholdByteSize(int compressionThresholdByteSize)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.