mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-27 02:21:38 +01:00
Added dots
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
2a78851ab4
commit
460813b6e0
@ -36,7 +36,7 @@ public interface CommandProcessor {
|
||||
String[] getAliases();
|
||||
|
||||
/**
|
||||
* Called when the command is executed by a {@link CommandSender}
|
||||
* Called when the command is executed by a {@link CommandSender}.
|
||||
*
|
||||
* @param sender the sender which executed the command
|
||||
* @param command the command name used
|
||||
@ -48,7 +48,7 @@ public interface CommandProcessor {
|
||||
/**
|
||||
* Called to know if a player has access to the command.
|
||||
* <p>
|
||||
* Right now it is only used to know if the player should see the command in auto-completion
|
||||
* Right now it is only used to know if the player should see the command in auto-completion.
|
||||
* Conditions still need to be checked in {@link #process(CommandSender, String, String[])}.
|
||||
*
|
||||
* @param player the player to check the access
|
||||
|
Loading…
Reference in New Issue
Block a user