Interface SimpleCommand.Invocation

All Superinterfaces:
CommandInvocation<String @NonNull []>
Enclosing interface:
SimpleCommand

public static interface SimpleCommand.Invocation extends CommandInvocation<String @NonNull []>
Contains the invocation data for a simple command.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the used alias to execute the command.

    Methods inherited from interface com.velocitypowered.api.command.CommandInvocation

    arguments, source
  • Method Details

    • alias

      String alias()
      Returns the used alias to execute the command.
      Returns:
      the used command alias