JSPrismarine
    Preparing search index...

    Class ArgumentCommandNode<S, T>

    Type Parameters

    • S
    • T

    Hierarchy

    • CommandNode<S>
      • ArgumentCommandNode
    Index

    Constructors

    • Type Parameters

      • S
      • T

      Parameters

      • name: string
      • type: ArgumentType<T>
      • command: Command<S>
      • requirement: Predicate<S>
      • redirect: null | CommandNode<S>
      • modifier: null | RedirectModifier<S>
      • forks: boolean
      • customSuggestions: SuggestionProvider<S>

      Returns ArgumentCommandNode<S, T>

    Methods