Class PlayerArgument.Builder<C>

  • Enclosing class:
    PlayerArgument<C>

    public static final class PlayerArgument.Builder<C>
    extends cloud.commandframework.arguments.CommandArgument.Builder<C,​com.velocitypowered.api.proxy.Player>
    • Method Summary

      Modifier and Type Method Description
      @NonNull cloud.commandframework.arguments.CommandArgument<@NonNull C,​@NonNull com.velocitypowered.api.proxy.Player> build()  
      • Methods inherited from class cloud.commandframework.arguments.CommandArgument.Builder

        asOptional, asOptionalWithDefault, asRequired, getDefaultValue, getName, getParser, getSuggestionsProvider, isRequired, manager, 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 com.velocitypowered.api.proxy.Player> build()
        Overrides:
        build in class cloud.commandframework.arguments.CommandArgument.Builder<C,​com.velocitypowered.api.proxy.Player>