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