类 MethodCommandTabCompleter
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.bukkit.cmd.MethodCommandTabCompleter
-
- 所有已实现的接口:
CommandTabCompleter
public class MethodCommandTabCompleter extends Object implements CommandTabCompleter
-
-
构造器概要
构造器 构造器 说明 MethodCommandTabCompleter(MethodHandle mtt)
-
方法概要
修饰符和类型 方法 说明 static Void
check(MethodHandle target)
static CommandTabCompleter
create(Class<?> c, Method m, Object t)
void
onTabComplete(CommandSender cs, Command cmnd, String string, String[] args, SubCommandEX subcommand, List<String> completes)
-
-
-
字段详细资料
-
lk
public static final Looker lk
-
-
构造器详细资料
-
MethodCommandTabCompleter
public MethodCommandTabCompleter(MethodHandle mtt)
-
-
方法详细资料
-
check
public static Void check(MethodHandle target)
-
create
public static CommandTabCompleter create(Class<?> c, Method m, Object t)
-
onTabComplete
public void onTabComplete(CommandSender cs, Command cmnd, String string, String[] args, SubCommandEX subcommand, List<String> completes)
- 指定者:
onTabComplete
在接口中CommandTabCompleter
-
-