类 SubCommandMH
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.bukkit.cmd.SubCommandEX
-
- cn.mcres.gyhhy.MXLib.bukkit.cmd.SubCommandMH
-
- 所有已实现的接口:
CommandTabCompleter
,Translator
public class SubCommandMH extends SubCommandEX
- 作者:
- 32798
-
-
字段概要
-
从类继承的字段 cn.mcres.gyhhy.MXLib.bukkit.cmd.SubCommandEX
ctc, declareClass, empc, exec, msg$console_deny, msg$no_type_sender, msg$permission_deny, norem, puexec, req, reqx, st, thiz
-
-
构造器概要
构造器 限定符 构造器 说明 protected
SubCommandMH()
SubCommandMH(Class cl, Method met, Object thiz)
SubCommandMH(MethodHandle mh, SubCommand sc)
SubCommandMH(Method met, Object thiz)
-
方法概要
修饰符和类型 方法 说明 protected static MethodHandle
check(MethodType mt, MethodHandle mh, SubCommandMH mhx)
boolean
exec(CommandSender sender, Command cmd, String ali, String[] argc, Executer exev)
protected static MethodHandle
filter(MethodHandle mh)
protected static boolean
filter(Object returnValue)
protected static MethodHandle
make(MethodHandle mh, SubCommandMH akkx)
protected void
setup(Method met, Object thiz, SubCommand sc)
-
从类继承的方法 cn.mcres.gyhhy.MXLib.bukkit.cmd.SubCommandEX
cat, check, checkup, createTabCompleterFromMethod, getLanguageTranslator, getSC, loadTabCompleter, loadTabCompleterFromClass, onTabComplete, setLanguageTranslator
-
-
-
-
字段详细资料
-
lk
public static final Looker lk
-
-
构造器详细资料
-
SubCommandMH
protected SubCommandMH()
-
SubCommandMH
public SubCommandMH(MethodHandle mh, SubCommand sc) throws Throwable
- 抛出:
Throwable
-
-
方法详细资料
-
filter
protected static boolean filter(Object returnValue)
-
filter
protected static MethodHandle filter(MethodHandle mh)
-
check
protected static MethodHandle check(MethodType mt, MethodHandle mh, SubCommandMH mhx) throws Throwable
- 抛出:
Throwable
-
make
protected static MethodHandle make(MethodHandle mh, SubCommandMH akkx) throws Throwable
- 抛出:
Throwable
-
exec
public boolean exec(CommandSender sender, Command cmd, String ali, String[] argc, Executer exev)
- 覆盖:
exec
在类中SubCommandEX
-
setup
protected void setup(Method met, Object thiz, SubCommand sc)
- 覆盖:
setup
在类中SubCommandEX
-
-