Package zombie.commands
Annotation Type CommandHelp
@Target(TYPE)
@Retention(RUNTIME)
public @interface CommandHelp
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringhelpText -
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanshouldTranslated
-
Element Details
-
helpText
java.lang.String helpText
-
-
-
shouldTranslated
boolean shouldTranslated- Default:
- true
-