| Package | Description |
|---|---|
| com.sk89q.intake | |
| com.sk89q.intake.parametric.handler |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescription.Builder |
ImmutableDescription.Builder.setHelp(String help)
Set the help text.
|
ImmutableDescription.Builder |
ImmutableDescription.Builder.setParameters(List<Parameter> parameters)
Set the list of parameters.
|
ImmutableDescription.Builder |
ImmutableDescription.Builder.setPermissions(List<String> permissions)
Set the list of permissions.
|
ImmutableDescription.Builder |
ImmutableDescription.Builder.setShortDescription(String shortDescription)
Set the short description.
|
ImmutableDescription.Builder |
ImmutableDescription.Builder.setUsageOverride(String usageOverride)
Set the usage override string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokeListener.updateDescription(Set<Annotation> annotations,
ArgumentParser parser,
ImmutableDescription.Builder descriptionBuilder)
Called to update the description of a command.
|
void |
LegacyCommandsHandler.updateDescription(Set<Annotation> annotations,
ArgumentParser parser,
ImmutableDescription.Builder builder) |
void |
AbstractInvokeListener.updateDescription(Set<Annotation> annotations,
ArgumentParser parser,
ImmutableDescription.Builder descriptionBuilder) |
Copyright © 2015. All Rights Reserved.