mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Promote CommandInvocation#alias
This commit is contained in:
@@ -20,4 +20,11 @@ public interface CommandInvocation<T> {
|
||||
* @return the command arguments
|
||||
*/
|
||||
T arguments();
|
||||
|
||||
/**
|
||||
* Returns the alias used to invoke the command.
|
||||
*
|
||||
* @return the command used to invoke the command.
|
||||
*/
|
||||
String alias();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user