类 SharedCommandProcessorImpl
- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.SharedCommandProcessor
-
- cn.mcres.karlatemp.mxlib.SharedCommandProcessorImpl
-
- 所有已实现的接口:
ICommandProcessor
,ConfigEditor
- 直接已知子类:
BukkitCommandProcessor
public class SharedCommandProcessorImpl extends SharedCommandProcessor
-
-
构造器概要
构造器 构造器 说明 SharedCommandProcessorImpl()
-
方法概要
-
从类继承的方法 cn.mcres.karlatemp.mxlib.SharedCommandProcessor
boxing, boxingCommand, boxingSender, createCommands, load, load, load, parse, parse, unboxing
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 cn.mcres.karlatemp.mxlib.configuration.ConfigEditor
$setRoot
-
从接口继承的方法 cn.mcres.karlatemp.mxlib.cmd.ICommandProcessor
unboxingCommand, unboxingSender
-
-
-
-
方法详细资料
-
parse
public ICommand parse(@NotNull ICommandConfig config, @NotNull Class clazz)
- 指定者:
parse
在接口中ICommandProcessor
- 覆盖:
parse
在类中SharedCommandProcessor
-
create
protected ICommand create(IBeanManager b, Pointer p, Class clazz, Method cmd, Method tab, String name, String[] alias)
-
handle
protected MethodHandle handle(Method met, Pointer p, Class clazz)
-
-