public class PlayerAuthInputSerializer_v428 extends PlayerAuthInputSerializer_v419
| Modifier and Type | Field and Description |
|---|---|
static PlayerAuthInputSerializer_v428 |
INSTANCE |
CLIENT_PLAY_MODES, INPUT_MODES| Constructor and Description |
|---|
PlayerAuthInputSerializer_v428() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
PlayerAuthInputPacket packet) |
protected PlayerBlockActionData |
readPlayerBlockActionData(ByteBuf buffer,
BedrockCodecHelper helper) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
PlayerAuthInputPacket packet) |
protected void |
writePlayerBlockActionData(ByteBuf buffer,
BedrockCodecHelper helper,
PlayerBlockActionData actionData) |
readInteractionModel, writeInteractionModelpublic static final PlayerAuthInputSerializer_v428 INSTANCE
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, PlayerAuthInputPacket packet)
serialize in interface BedrockPacketSerializer<PlayerAuthInputPacket>serialize in class PlayerAuthInputSerializer_v419public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, PlayerAuthInputPacket packet)
deserialize in interface BedrockPacketSerializer<PlayerAuthInputPacket>deserialize in class PlayerAuthInputSerializer_v419protected void writePlayerBlockActionData(ByteBuf buffer, BedrockCodecHelper helper, PlayerBlockActionData actionData)
protected PlayerBlockActionData readPlayerBlockActionData(ByteBuf buffer, BedrockCodecHelper helper)
Copyright © 2018–2022 CloudburstMC. All rights reserved.