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