Class QuestSelector.QuestsParser<C>
java.lang.Object
rocks.gravili.notquests.paper.commands.arguments.QuestSelector.QuestsParser<C>
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,
Quest>
- Enclosing class:
- QuestSelector<C>
-
Field Summary
Fields inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
DEFAULT_ARGUMENT_COUNT
-
Constructor Summary
ConstructorDescriptionQuestsParser
(NotQuests main, boolean takeEnabledOnly) Constructs a new PluginsParser. -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<Quest>
parse
(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> context, @NonNull Queue<@NonNull String> inputQueue) suggestions
(cloud.commandframework.context.CommandContext<C> context, String input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
getRequestedArgumentCount, map
-
Constructor Details
-
QuestsParser
Constructs a new PluginsParser.
-
-
Method Details
-
suggestions
-
parse
-
isContextFree
public boolean isContextFree()
-