public class NetworkStackLatencySerializer_v291 extends Object implements BedrockPacketSerializer<NetworkStackLatencyPacket>
| Modifier and Type | Field and Description |
|---|---|
static NetworkStackLatencySerializer_v291 |
INSTANCE |
| Constructor and Description |
|---|
NetworkStackLatencySerializer_v291() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
NetworkStackLatencyPacket packet) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
NetworkStackLatencyPacket packet) |
public static final NetworkStackLatencySerializer_v291 INSTANCE
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, NetworkStackLatencyPacket packet)
serialize in interface BedrockPacketSerializer<NetworkStackLatencyPacket>public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, NetworkStackLatencyPacket packet)
deserialize in interface BedrockPacketSerializer<NetworkStackLatencyPacket>Copyright © 2018–2022 CloudburstMC. All rights reserved.