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