Class ActiveQuestSelector.Builder<C>
java.lang.Object
cloud.commandframework.arguments.CommandArgument.Builder<C,ActiveQuest>
rocks.gravili.notquests.spigot.commands.arguments.ActiveQuestSelector.Builder<C>
- Enclosing class:
- ActiveQuestSelector<C>
public static final class ActiveQuestSelector.Builder<C>
extends cloud.commandframework.arguments.CommandArgument.Builder<C,ActiveQuest>
-
Method Summary
Modifier and TypeMethodDescription@NonNull cloud.commandframework.arguments.CommandArgument<C,
ActiveQuest> build()
Methods inherited from class cloud.commandframework.arguments.CommandArgument.Builder
asOptional, asOptionalWithDefault, asRequired, getDefaultDescription, getDefaultValue, getName, getParser, getSuggestionsProvider, getValueType, isRequired, manager, withDefaultDescription, withParser, withSuggestionsProvider
-
Method Details
-
build
- Overrides:
build
in classcloud.commandframework.arguments.CommandArgument.Builder<C,
ActiveQuest>
-