Interface IConsoleTabExecutor
public interface IConsoleTabExecutor
-
Method Summary
-
Method Details
-
onCommand
void onCommand(@NotNull @NotNull ConsoleCommandSender console, @NotNull @NotNull String alias, @NotNull @NotNull Arguments args) throws CommandException - Throws:
CommandException
-
onTabComplete
@Nullable default @Nullable List<String> onTabComplete(@NotNull @NotNull ConsoleCommandSender console, @NotNull @NotNull String alias, @NotNull @NotNull Arguments args) throws CommandException - Throws:
CommandException
-