Class UserArgument.UserArgumentParser<C>

  • All Implemented Interfaces:
    cloud.commandframework.arguments.parser.ArgumentParser<C,​org.pircbotx.User>
    Enclosing class:
    UserArgument<C>

    public static final class UserArgument.UserArgumentParser<C>
    extends java.lang.Object
    implements cloud.commandframework.arguments.parser.ArgumentParser<C,​org.pircbotx.User>
    • Field Summary

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

        DEFAULT_ARGUMENT_COUNT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull org.pircbotx.User> parse​(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext, @NonNull java.util.Queue<@NonNull java.lang.String> inputQueue)  
      • 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, isContextFree, suggestions
    • Constructor Detail

      • UserArgumentParser

        public UserArgumentParser()
    • Method Detail

      • parse

        public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull org.pircbotx.User> parse​(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext,
                                                                                                                      @NonNull java.util.Queue<@NonNull java.lang.String> inputQueue)
        Specified by:
        parse in interface cloud.commandframework.arguments.parser.ArgumentParser<C,​org.pircbotx.User>