public interface CommandContext
| Modifier and Type | Method and Description |
|---|---|
@NotNull Arguments |
getArguments()
Gets all command arguments
|
@NotNull Command |
getCommand()
Gets the command that was executed
|
@NotNull String |
getLabel()
Gets the string used to execute the command.
|
@NotNull CommandSource |
getSource()
Gets the sender that executed this command
|
@NotNull @NotNull CommandSource getSource()
@NotNull @NotNull Command getCommand()
@NotNull @NotNull String getLabel()
@NotNull @NotNull Arguments getArguments()
Copyright © 2024. All rights reserved.