This commit is contained in:
Auxilor
2021-12-12 12:42:16 +00:00
parent 1d9fca1fb8
commit b8b8fd70b5
2 changed files with 4 additions and 0 deletions

View File

@@ -10,7 +10,9 @@ import java.util.List;
* A command handler handles the actual code for a command.
* <p>
* The replacement for {@link org.bukkit.command.CommandExecutor#onCommand(CommandSender, Command, String, String[])}
*
* @see CommandBase
* @deprecated Handlers have been deprecated.
*/
@FunctionalInterface
@Deprecated

View File

@@ -10,7 +10,9 @@ import java.util.List;
* A Tab Complete handler handles the actual tab-completion code.
* <p>
* The replacement for {@link org.bukkit.command.TabCompleter#onTabComplete(CommandSender, Command, String, String[])}
*
* @see CommandBase
* @deprecated Handlers have been deprecated.
*/
@FunctionalInterface
@Deprecated