Class ActionSelector<C>
java.lang.Object
cloud.commandframework.arguments.CommandArgument<C,Action>
rocks.gravili.notquests.spigot.commands.arguments.ActionSelector<C>
- All Implemented Interfaces:
cloud.commandframework.keys.CloudKeyHolder<Action>,Comparable<cloud.commandframework.arguments.CommandArgument<?,?>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedActionSelector(boolean required, @NonNull String name, @NonNull String defaultValue, @Nullable BiFunction<@NonNull cloud.commandframework.context.CommandContext<C>, @NonNull String, @NonNull List<@NonNull String>> suggestionsProvider, @NonNull cloud.commandframework.ArgumentDescription defaultDescription, NotQuests main) -
Method Summary
Modifier and TypeMethodDescriptionstatic <C> @NonNull ActionSelector.Builder<C>newBuilder(@NonNull String name, NotQuests main) static <C> @NonNull cloud.commandframework.arguments.CommandArgument<C,Action> static <C> @NonNull cloud.commandframework.arguments.CommandArgument<C,Action> static <C> @NonNull cloud.commandframework.arguments.CommandArgument<C,Action> Methods inherited from class cloud.commandframework.arguments.CommandArgument
addPreprocessor, compareTo, copy, equals, getDefaultDescription, getDefaultValue, getKey, getName, getOwningCommand, getParser, getSuggestionsProvider, getValueType, hasDefaultValue, hashCode, isArgumentRegistered, isRequired, ofType, ofType, preprocess, setArgumentRegistered, setOwningCommand, toString
-
Constructor Details
-
ActionSelector
protected ActionSelector(boolean required, @NonNull String name, @NonNull String defaultValue, @Nullable BiFunction<@NonNull cloud.commandframework.context.CommandContext<C>, @NonNull String, @NonNull List<@NonNull String>> suggestionsProvider, @NonNull cloud.commandframework.ArgumentDescription defaultDescription, NotQuests main)
-
-
Method Details
-
newBuilder
public static <C> @NonNull ActionSelector.Builder<C> newBuilder(@NonNull String name, NotQuests main) -
of
-
optional
-
optional
-