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