Class ApplyOnSelector.ApplyOnsParser<C>
java.lang.Object
rocks.gravili.notquests.paper.commands.arguments.ApplyOnSelector.ApplyOnsParser<C>
- All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,Integer>
- Enclosing class:
- ApplyOnSelector<C>
-
Field Summary
Fields inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
DEFAULT_ARGUMENT_COUNT -
Constructor Summary
ConstructorsConstructorDescriptionApplyOnsParser(NotQuests main, String questContext) Constructs a new PluginsParser. -
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<Integer>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, waitMethods inherited from interface cloud.commandframework.arguments.parser.ArgumentParser
getRequestedArgumentCount, map
-
Constructor Details
-
ApplyOnsParser
Constructs a new PluginsParser.
-
-
Method Details
-
suggestions
-
parse
-
isContextFree
public boolean isContextFree()
-