public class LocatorBarSerializer_v944 extends java.lang.Object implements BedrockPacketSerializer<LocatorBarPacket>
| Modifier and Type | Field and Description |
|---|---|
static LocatorBarSerializer_v944 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
LocatorBarSerializer_v944() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LocatorBarPacket packet) |
protected LocatorBarWaypoint |
readWaypoint(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper helper) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LocatorBarPacket packet) |
protected void |
writeWaypoint(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper helper,
LocatorBarWaypoint waypoint) |
public static final LocatorBarSerializer_v944 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LocatorBarPacket packet)
serialize in interface BedrockPacketSerializer<LocatorBarPacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LocatorBarPacket packet)
deserialize in interface BedrockPacketSerializer<LocatorBarPacket>protected void writeWaypoint(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper helper,
LocatorBarWaypoint waypoint)
protected LocatorBarWaypoint readWaypoint(io.netty.buffer.ByteBuf buf, BedrockCodecHelper helper)