接口的使用
cn.mcres.gyhhy.MXLib.bukkit.cmd.CommandTabCompleter
-
使用CommandTabCompleter的程序包 程序包 说明 cn.mcres.gyhhy.MXLib.bukkit.cmd Look code in /example in github. -
-
cn.mcres.gyhhy.MXLib.bukkit.cmd中CommandTabCompleter的使用
实现CommandTabCompleter的cn.mcres.gyhhy.MXLib.bukkit.cmd中的类 修饰符和类型 类 说明 class
Executer
The name of the class should be Executor.class
ExecuterEX
class
MethodCommandTabCompleter
class
SubCommandEX
class
SubCommandExecutor
class
SubCommandHelp
class
SubCommandMH
声明为CommandTabCompleter的cn.mcres.gyhhy.MXLib.bukkit.cmd中的字段 修饰符和类型 字段 说明 protected CommandTabCompleter
SubCommandEX. ctc
返回CommandTabCompleter的cn.mcres.gyhhy.MXLib.bukkit.cmd中的方法 修饰符和类型 方法 说明 static CommandTabCompleter
MethodCommandTabCompleter. create(Class<?> c, Method m, Object t)
protected CommandTabCompleter
SubCommandEX. createTabCompleterFromMethod(Class<?> c, Method m, Object t)
返回变量类型为CommandTabCompleter的类型的cn.mcres.gyhhy.MXLib.bukkit.cmd中的方法 修饰符和类型 方法 说明 Class<? extends CommandTabCompleter>
tab()
-