public class SetScorePacket extends BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
SetScorePacket.Action |
| Constructor and Description |
|---|
SetScorePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SetScorePacket.Action |
getAction() |
List<ScoreInfo> |
getInfos() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setAction(SetScorePacket.Action action) |
void |
setInfos(List<ScoreInfo> infos) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic SetScorePacket.Action getAction()
public void setAction(SetScorePacket.Action action)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.