| Package | Description |
|---|---|
| org.cloudburstmc.server.command.data |
| Modifier and Type | Method and Description |
|---|---|
CommandData.Builder |
CommandData.Builder.addParameters(CommandParameter[]... paramSet)
Adds the set of parameters as a Command overload, without clearing the current overloads.
|
CommandData.Builder |
CommandData.Builder.setParameters(CommandParameter[]... paramSet)
Clears the command overloads and sets the passed collection as the overloads for this Command.
|
Copyright © 2020. All rights reserved.