-
- 所有超级接口:
ICommand
- 所有已知实现类:
DefaultCommands
public interface ICommands extends ICommand
-
-
方法概要
修饰符和类型 方法 说明 ICommand
getSubCommand(String name)
@NotNull Map<String,ICommand>
getSubCommands()
default Map<String,CommandParameter>
parameters()
boolean
register(@NotNull String name, @NotNull ICommand sub)
-
从接口继承的方法 cn.mcres.karlatemp.mxlib.command.ICommand
description, getName, getPermission, hasCommandParameters, invoke, isCommandSet, noPermissionMessage, provider, tabCompile, usage
-
-
-
-
方法详细资料
-
parameters
default Map<String,CommandParameter> parameters()
- 指定者:
parameters
在接口中ICommand
-
-