mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Clarify behavior of tab completing in command blocks
By: Pokechu22 <Pokechu022@gmail.com>
This commit is contained in:
parent
ee35ce348c
commit
6882eee6d0
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ public interface TabCompleter {
|
|||
/**
|
||||
* Requests a list of possible completions for a command argument.
|
||||
*
|
||||
* @param sender Source of the command
|
||||
* @param sender Source of the command. For players tab-completing a
|
||||
* command inside of a command block, this will be the player, not
|
||||
* the command block.
|
||||
* @param command Command which was executed
|
||||
* @param alias The alias used
|
||||
* @param args The arguments passed to the command, including final
|
||||
|
|
Loading…
Reference in a new issue