public class SetScoreboardIdentityPacket extends BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
SetScoreboardIdentityPacket.Entry |
static class |
SetScoreboardIdentityPacket.Type |
| Constructor and Description |
|---|
SetScoreboardIdentityPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SetScoreboardIdentityPacket.Entry> |
getEntries() |
SetScoreboardIdentityPacket.Type |
getType() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setType(SetScoreboardIdentityPacket.Type type) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic List<SetScoreboardIdentityPacket.Entry> getEntries()
public SetScoreboardIdentityPacket.Type getType()
public void setType(SetScoreboardIdentityPacket.Type type)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.