public class PlayerListSerializer_v390 extends java.lang.Object implements BedrockPacketSerializer<PlayerListPacket>
| Modifier and Type | Field and Description |
|---|---|
static PlayerListSerializer_v390 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
PlayerListSerializer_v390() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerListPacket packet) |
protected PlayerListPacket.Entry |
readEntryBase(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerListPacket packet) |
protected void |
writeEntryBase(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerListPacket.Entry entry) |
public static final PlayerListSerializer_v390 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerListPacket packet)
serialize in interface BedrockPacketSerializer<PlayerListPacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerListPacket packet)
deserialize in interface BedrockPacketSerializer<PlayerListPacket>protected void writeEntryBase(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerListPacket.Entry entry)
protected PlayerListPacket.Entry readEntryBase(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)