public class AvailableCommandsSerializer_v340
extends com.nukkitx.protocol.bedrock.v291.serializer.AvailableCommandsSerializer_v291
| Modifier and Type | Field and Description |
|---|---|
static AvailableCommandsSerializer_v340 |
INSTANCE |
| Constructor and Description |
|---|
AvailableCommandsSerializer_v340() |
| Modifier and Type | Method and Description |
|---|---|
protected com.nukkitx.protocol.bedrock.data.command.CommandParamData.Builder |
readParameter(ByteBuf buffer,
com.nukkitx.protocol.bedrock.BedrockPacketHelper helper) |
protected void |
writeParameter(ByteBuf buffer,
com.nukkitx.protocol.bedrock.BedrockPacketHelper helper,
com.nukkitx.protocol.bedrock.data.command.CommandParamData param,
List<com.nukkitx.protocol.bedrock.data.command.CommandEnumData> enums,
List<com.nukkitx.protocol.bedrock.data.command.CommandEnumData> softEnums,
List<String> postFixes) |
deserialize, readCommand, readEnums, serialize, writeCommand, writeEnumspublic static final AvailableCommandsSerializer_v340 INSTANCE
protected void writeParameter(ByteBuf buffer, com.nukkitx.protocol.bedrock.BedrockPacketHelper helper, com.nukkitx.protocol.bedrock.data.command.CommandParamData param, List<com.nukkitx.protocol.bedrock.data.command.CommandEnumData> enums, List<com.nukkitx.protocol.bedrock.data.command.CommandEnumData> softEnums, List<String> postFixes)
writeParameter in class com.nukkitx.protocol.bedrock.v291.serializer.AvailableCommandsSerializer_v291protected com.nukkitx.protocol.bedrock.data.command.CommandParamData.Builder readParameter(ByteBuf buffer, com.nukkitx.protocol.bedrock.BedrockPacketHelper helper)
readParameter in class com.nukkitx.protocol.bedrock.v291.serializer.AvailableCommandsSerializer_v291Copyright © 2018–2022 NukkitX. All rights reserved.