Class OfflinePlayerArgument.Builder<C>

  • Enclosing class:
    OfflinePlayerArgument<C>

    public static final class OfflinePlayerArgument.Builder<C>
    extends cloud.commandframework.arguments.CommandArgument.Builder<C,​org.bukkit.OfflinePlayer>
    • Method Summary

      Modifier and Type Method Description
      @NonNull OfflinePlayerArgument<C> build()
      Builder a new boolean component
      • 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 OfflinePlayerArgument<C> build()
        Builder a new boolean component
        Overrides:
        build in class cloud.commandframework.arguments.CommandArgument.Builder<C,​org.bukkit.OfflinePlayer>
        Returns:
        Constructed component