| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock.data |
| Modifier and Type | Method and Description |
|---|---|
static CommandParamData.Option |
CommandParamData.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandParamData.Option[] |
CommandParamData.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommandParamData.Option> |
CommandParamData.getOptions() |
| Constructor and Description |
|---|
CommandParamData(@NonNull String name,
boolean optional,
CommandEnumData enumData,
CommandParamData.Type type,
String postfix,
List<CommandParamData.Option> options) |
Copyright © 2018–2019 NukkitX. All rights reserved.