注释类型 SubCommand
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface SubCommand
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 boolean
checkSupPer
boolean
console
SubCommand.CommandCreateType
create
String
desc
String
name
boolean
noRemoveFirstArg
String
permission
Class<? extends CommandTabCompleter>
tab
-
-
-
元素详细资料
-
name
String name
- 默认值:
- ""
-
-
-
permission
String permission
- 默认值:
- ""
-
-
-
desc
String desc
- 默认值:
- ""
-
-
-
create
SubCommand.CommandCreateType create
- 默认值:
- cn.mcres.gyhhy.MXLib.bukkit.cmd.SubCommand.CommandCreateType.UseMethodHandle
-
-
-
tab
Class<? extends CommandTabCompleter> tab
- 默认值:
- cn.mcres.gyhhy.MXLib.bukkit.cmd.CommandTabCompleter.class
-
-