public class PlayerAuthInputSerializer_v766 extends PlayerAuthInputSerializer_v748
| Modifier and Type | Field and Description |
|---|---|
static PlayerAuthInputSerializer_v766 |
INSTANCE |
VALUESCLIENT_PLAY_MODES, INPUT_MODES| Modifier | Constructor and Description |
|---|---|
protected |
PlayerAuthInputSerializer_v766() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerAuthInputPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerAuthInputPacket packet) |
readItemUseTransaction, writeItemUseTransactionreadInteractionModel, writeInteractionModelreadPlayerBlockActionData, writePlayerBlockActionDatapublic static final PlayerAuthInputSerializer_v766 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerAuthInputPacket packet)
serialize in interface BedrockPacketSerializer<PlayerAuthInputPacket>serialize in class PlayerAuthInputSerializer_v748public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PlayerAuthInputPacket packet)
deserialize in interface BedrockPacketSerializer<PlayerAuthInputPacket>deserialize in class PlayerAuthInputSerializer_v748