Uses of Class
org.cloudburstmc.server.command.data.CommandParameter
Packages that use CommandParameter
-
Uses of CommandParameter in org.cloudburstmc.server.command.data
Methods in org.cloudburstmc.server.command.data with parameters of type CommandParameterModifier and TypeMethodDescriptionCommandData.Builder.addParameters(@NonNull CommandParameter[]... paramSet)Adds the set of parameters as a Command overload, without clearing the current overloads.CommandData.Builder.setParameters(@NonNull CommandParameter[]... paramSet)Clears the command overloads and sets the passed collection as the overloads for this Command.