public class MoveEntityAbsoluteSerializer_v291 extends Object implements BedrockPacketSerializer<MoveEntityAbsolutePacket>
| Modifier and Type | Field and Description |
|---|---|
static MoveEntityAbsoluteSerializer_v291 |
INSTANCE |
| Constructor and Description |
|---|
MoveEntityAbsoluteSerializer_v291() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
MoveEntityAbsolutePacket packet) |
protected org.cloudburstmc.math.vector.Vector3f |
readByteRotation(ByteBuf buffer,
BedrockCodecHelper helper) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
MoveEntityAbsolutePacket packet) |
protected void |
writeByteRotation(ByteBuf buffer,
BedrockCodecHelper helper,
org.cloudburstmc.math.vector.Vector3f rotation) |
public static final MoveEntityAbsoluteSerializer_v291 INSTANCE
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, MoveEntityAbsolutePacket packet)
serialize in interface BedrockPacketSerializer<MoveEntityAbsolutePacket>public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, MoveEntityAbsolutePacket packet)
deserialize in interface BedrockPacketSerializer<MoveEntityAbsolutePacket>protected org.cloudburstmc.math.vector.Vector3f readByteRotation(ByteBuf buffer, BedrockCodecHelper helper)
protected void writeByteRotation(ByteBuf buffer, BedrockCodecHelper helper, org.cloudburstmc.math.vector.Vector3f rotation)
Copyright © 2018–2022 CloudburstMC. All rights reserved.