| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock | |
| com.nukkitx.protocol.bedrock.data.command |
| Modifier and Type | Field and Description |
|---|---|
protected Int2ObjectBiMap<CommandParam> |
BedrockPacketHelper.commandParams |
| Modifier and Type | Method and Description |
|---|---|
CommandParam |
BedrockPacketHelper.getCommandParam(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockPacketHelper.addCommandParam(int index,
CommandParam commandParam) |
int |
BedrockPacketHelper.getCommandParamId(CommandParam commandParam) |
void |
BedrockPacketHelper.removeCommandParam(CommandParam type) |
| Modifier and Type | Field and Description |
|---|---|
static CommandParam |
CommandParam.BLOCK_POSITION |
static CommandParam |
CommandParam.COMMAND |
static CommandParam |
CommandParam.FILE_PATH |
static CommandParam |
CommandParam.FLOAT |
static CommandParam |
CommandParam.INT |
static CommandParam |
CommandParam.INT_RANGE |
static CommandParam |
CommandParam.JSON |
static CommandParam |
CommandParam.MESSAGE |
static CommandParam |
CommandParam.OPERATOR |
static CommandParam |
CommandParam.POSITION |
static CommandParam |
CommandParam.STRING |
static CommandParam |
CommandParam.TARGET |
static CommandParam |
CommandParam.TEXT |
static CommandParam |
CommandParam.VALUE |
static CommandParam |
CommandParam.WILDCARD_INT |
static CommandParam |
CommandParam.WILDCARD_TARGET |
Copyright © 2018–2022 NukkitX. All rights reserved.