Class MultipleEntitySelectorArgument.Builder<C>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Builder​(@NonNull java.lang.String name)  
    • Method Summary

      Modifier and Type Method Description
      @NonNull MultipleEntitySelectorArgument<C> build()
      Builder a new argument
      • 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
    • Constructor Detail

      • Builder

        protected Builder​(@NonNull java.lang.String name)