Interface CommandInvocation<T>

    • Method Detail

      • source

        CommandSource source()
        Returns the source to execute the command for.
        Returns:
        the command source
      • arguments

        T arguments()
        Returns the arguments after the command alias.
        Returns:
        the command arguments