Interface RawCommand.Invocation

All Superinterfaces:
CommandInvocation<String>
Enclosing interface:
RawCommand

public static interface RawCommand.Invocation extends CommandInvocation<String>
Contains the invocation data for a raw 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