类 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()
-
方法概要
修饰符和类型 方法 说明 ICommandboxingCommand(Object command)ICommandSenderboxingSender(Object sender)protected ICommandcreate(IBeanManager b, Pointer p, Class clazz, Method cmd, Method tab, String name, String[] alias)<T> TunboxingCommand(ICommand command)<T> TunboxingSender(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
-
-