Class ConversationSelector.Builder<C>
java.lang.Object
cloud.commandframework.arguments.CommandArgument.Builder<C,Conversation>
rocks.gravili.notquests.paper.commands.arguments.ConversationSelector.Builder<C>
- Enclosing class:
- ConversationSelector<C>
public static final class ConversationSelector.Builder<C>
extends cloud.commandframework.arguments.CommandArgument.Builder<C,Conversation>
-
Method Summary
Modifier and TypeMethodDescription@NonNull cloud.commandframework.arguments.CommandArgument<C,
Conversation> 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,
Conversation>
-