Class ServerArgument.Builder<C>

  • Enclosing class:
    ServerArgument<C>

    public static final class ServerArgument.Builder<C>
    extends cloud.commandframework.arguments.CommandArgument.Builder<C,​net.md_5.bungee.api.config.ServerInfo>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NonNull cloud.commandframework.arguments.CommandArgument<@NonNull C,​@NonNull net.md_5.bungee.api.config.ServerInfo> build()  
      • Methods inherited from class cloud.commandframework.arguments.CommandArgument.Builder

        asOptional, asOptionalWithDefault, asRequired, getDefaultDescription, getDefaultValue, getName, getParser, getSuggestionsProvider, isRequired, manager, withDefaultDescription, withParser, withSuggestionsProvider
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • build

        public @NonNull cloud.commandframework.arguments.CommandArgument<@NonNull C,​@NonNull net.md_5.bungee.api.config.ServerInfo> build()
        Overrides:
        build in class cloud.commandframework.arguments.CommandArgument.Builder<C,​net.md_5.bungee.api.config.ServerInfo>