Class SubjectIdentifierParser<C,​I>

  • All Implemented Interfaces:
    cloud.commandframework.arguments.parser.ArgumentParser<C,​I>

    public final class SubjectIdentifierParser<C,​I>
    extends Object
    implements cloud.commandframework.arguments.parser.ArgumentParser<C,​I>
    • Field Summary

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

        DEFAULT_ARGUMENT_COUNT
    • Method Detail

      • parse

        public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull Iparse​(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext,
                                                                                                      @NonNull Queue<@NonNull String> inputQueue)
        Specified by:
        parse in interface cloud.commandframework.arguments.parser.ArgumentParser<C,​I>
      • suggestions

        public @NonNull List<@NonNull Stringsuggestions​(@NonNull cloud.commandframework.context.CommandContext<C> commandContext,
                                                          @NonNull String input)
        Specified by:
        suggestions in interface cloud.commandframework.arguments.parser.ArgumentParser<C,​I>
      • isContextFree

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