接口 CommandTabCompleter
-
- 所有已知实现类:
Executer
,ExecuterEX
,MethodCommandTabCompleter
,SubCommandEX
,SubCommandExecutor
,SubCommandHelp
,SubCommandMH
public interface CommandTabCompleter
-
-
方法概要
修饰符和类型 方法 说明 void
onTabComplete(CommandSender cs, Command cmnd, String string, String[] args, SubCommandEX subcommand, List<String> completes)
-
-
-
方法详细资料
-
onTabComplete
void onTabComplete(CommandSender cs, Command cmnd, String string, String[] args, SubCommandEX subcommand, List<String> completes)
-
-