Uses of Class
de.kentoj.kencommandapi.api.argument.CommandArgumentSpecBuilder
Packages that use CommandArgumentSpecBuilder
-
Uses of CommandArgumentSpecBuilder in de.kentoj.kencommandapi.api.argument
Methods in de.kentoj.kencommandapi.api.argument that return CommandArgumentSpecBuilderModifier and TypeMethodDescriptionstatic <T,V> CommandArgumentSpecBuilder <T, V> CommandArgumentSpec.builder(String id, ArgumentType<T, V> type) CommandArgumentSpecBuilder.withDefaultValue(@Nullable Function<CommandContext<T>, V> defaultValueProvider) CommandArgumentSpecBuilder.withRequirement(Predicate<V> predicate, String message) CommandArgumentSpecBuilder.withSuggestionProvider(@Nullable SuggestionProvider<T> suggestionProvider)