Class ListVariableValueArgument.StringParser<C>
java.lang.Object
rocks.gravili.notquests.paper.commands.arguments.variables.ListVariableValueArgument.StringParser<C>
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,
String>
- Enclosing class:
- ListVariableValueArgument<C>
-
Field Summary
Fields inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
DEFAULT_ARGUMENT_COUNT
-
Constructor Summary
ConstructorDescriptionStringParser
(NotQuests main, Variable<?> variable) Construct a new String parser -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<String>
parse
(@NonNull cloud.commandframework.context.CommandContext<C> context, @NonNull Queue<@NonNull String> inputQueue) suggestions
(@NonNull cloud.commandframework.context.CommandContext<C> context, @NonNull 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
-
StringParser
Construct a new String parser
-
-
Method Details
-
parse
-
isContextFree
public boolean isContextFree() -
suggestions
-