类 BukkitCommandProcessor
- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.SharedCommandProcessor
-
- cn.mcres.karlatemp.mxlib.SharedCommandProcessorImpl
-
- cn.mcres.karlatemp.mxlib.share.BukkitCommandProcessor
-
- 所有已实现的接口:
ICommandProcessor
,ConfigEditor
public class BukkitCommandProcessor extends SharedCommandProcessorImpl
-
-
构造器概要
构造器 构造器 说明 BukkitCommandProcessor()
-
方法概要
修饰符和类型 方法 说明 ICommand
boxingCommand(Object command)
ICommandSender
boxingSender(Object sender)
protected ICommand
create(IBeanManager b, Pointer p, Class clazz, Method cmd, Method tab, String name, String[] alias)
<T> T
unboxingCommand(ICommand command)
<T> T
unboxingSender(ICommandSender sender)
-
从类继承的方法 cn.mcres.karlatemp.mxlib.SharedCommandProcessorImpl
handle, parse
-
从类继承的方法 cn.mcres.karlatemp.mxlib.SharedCommandProcessor
boxing, 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
-
-
-
-
方法详细资料
-
boxingCommand
public ICommand boxingCommand(@NotNull Object command)
- 指定者:
boxingCommand
在接口中ICommandProcessor
- 覆盖:
boxingCommand
在类中SharedCommandProcessor
-
unboxingCommand
public <T> T unboxingCommand(ICommand command)
-
boxingSender
public ICommandSender boxingSender(@NotNull Object sender)
- 指定者:
boxingSender
在接口中ICommandProcessor
- 覆盖:
boxingSender
在类中SharedCommandProcessor
-
unboxingSender
public <T> T unboxingSender(ICommandSender sender)
-
create
protected ICommand create(IBeanManager b, Pointer p, Class clazz, Method cmd, Method tab, String name, String[] alias)
- 覆盖:
create
在类中SharedCommandProcessorImpl
-
-