Class VariableSelector.VariableParser<C>

java.lang.Object
rocks.gravili.notquests.paper.commands.arguments.VariableSelector.VariableParser<C>
All Implemented Interfaces:
cloud.commandframework.arguments.parser.ArgumentParser<C,Variable<?>>
Enclosing class:
VariableSelector<C>

public static final class VariableSelector.VariableParser<C> extends Object implements cloud.commandframework.arguments.parser.ArgumentParser<C,Variable<?>>
  • Field Summary

    Fields inherited from interface cloud.commandframework.arguments.parser.ArgumentParser

    DEFAULT_ARGUMENT_COUNT
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new PluginsParser.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<Variable<?>>
    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

    • VariableParser

      public VariableParser(NotQuests main)
      Constructs a new PluginsParser.
  • Method Details

    • suggestions

      @NotNull public List<String> suggestions(@NotNull cloud.commandframework.context.CommandContext<C> context, @NotNull String input)
      Specified by:
      suggestions in interface cloud.commandframework.arguments.parser.ArgumentParser<C,Variable<?>>
    • parse

      public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<Variable<?>> parse(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> context, @NonNull Queue<@NonNull String> inputQueue)
      Specified by:
      parse in interface cloud.commandframework.arguments.parser.ArgumentParser<C,Variable<?>>
    • isContextFree

      public boolean isContextFree()
      Specified by:
      isContextFree in interface cloud.commandframework.arguments.parser.ArgumentParser<C,Variable<?>>