Interface ITabExecutor
- All Known Implementing Classes:
DefaultAbout
,DefaultDebug
,FailsaveCommand
public interface ITabExecutor
-
Method Summary
-
Method Details
-
onCommand
void onCommand(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull Arguments args) throws CommandException - Throws:
CommandException
-
onTabComplete
@Nullable default @Nullable List<String> onTabComplete(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull Arguments args) throws CommandException - Throws:
CommandException
-