public class PlayerListSerializer_v649 extends PlayerListSerializer_v390
| Modifier and Type | Field and Description |
|---|---|
static PlayerListSerializer_v649 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
PlayerListSerializer_v649() |
| Modifier and Type | Method and Description |
|---|---|
protected PlayerListPacket.Entry |
readEntryBase(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected void |
writeEntryBase(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerListPacket.Entry entry) |
deserialize, serializepublic static final PlayerListSerializer_v649 INSTANCE
protected void writeEntryBase(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerListPacket.Entry entry)
writeEntryBase in class PlayerListSerializer_v390protected PlayerListPacket.Entry readEntryBase(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readEntryBase in class PlayerListSerializer_v390