- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.shared.SharedCommandProcessor
-
- cn.mcres.karlatemp.mxlib.shared.SharedCommandProcessorImpl
-
- cn.mcres.karlatemp.mxlib.share.BukkitCommandProcessor
-
- 所有已实现的接口:
ICommandProcessor
,ConfigEditor
@Deprecated public class BukkitCommandProcessor extends SharedCommandProcessorImpl
已过时。
-
-
构造器概要
构造器 构造器 说明 BukkitCommandProcessor()
已过时。
-
方法概要
修饰符和类型 方法 说明 ICommand
boxingCommand(@NotNull Object command)
已过时。ICommandSender
boxingSender(@NotNull Object sender)
已过时。<T> T
unboxingCommand(ICommand command)
已过时。<T> T
unboxingSender(ICommandSender sender)
已过时。-
从类继承的方法 cn.mcres.karlatemp.mxlib.shared.SharedCommandProcessorImpl
parse
-
从接口继承的方法 cn.mcres.karlatemp.mxlib.configuration.ConfigEditor
$setRoot
-
-
-
-
方法详细资料
-
boxingCommand
public ICommand boxingCommand(@NotNull @NotNull Object command)
已过时。- 指定者:
boxingCommand
在接口中ICommandProcessor
- 覆盖:
boxingCommand
在类中SharedCommandProcessor
-
unboxingCommand
public <T> T unboxingCommand(ICommand command)
已过时。
-
boxingSender
public ICommandSender boxingSender(@NotNull @NotNull Object sender)
已过时。- 指定者:
boxingSender
在接口中ICommandProcessor
- 覆盖:
boxingSender
在类中SharedCommandProcessor
-
unboxingSender
public <T> T unboxingSender(ICommandSender sender)
已过时。
-
-