public class PacketPlayOutPlayerListItem extends OutPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
PacketPlayOutPlayerListItem.PlayerListDataBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected int |
action |
protected PacketPlayOutPlayerListItem.PlayerListDataBuilder[] |
playerListData |
| Constructor and Description |
|---|
PacketPlayOutPlayerListItem() |
| Modifier and Type | Method and Description |
|---|---|
int |
action() |
void |
encode(ByteBuf buf)
Serialized the data held by this packet into a buffer
|
int |
id()
Gets the ID of this packet, according to the protocol specification
|
PacketPlayOutPlayerListItem.PlayerListDataBuilder[] |
playerListData() |
decode, direction, handleReceived, setprotected int action
protected PacketPlayOutPlayerListItem.PlayerListDataBuilder[] playerListData
public PacketPlayOutPlayerListItem()
public int id()
Packetpublic int action()
public PacketPlayOutPlayerListItem.PlayerListDataBuilder[] playerListData()
Copyright © 2016. All rights reserved.