Annotation Interface Args


@Target(METHOD) @Retention(RUNTIME) @Deprecated public @interface Args
Deprecated.
This is a work in progress annotation.
Annotation to set the minimum amount of arguments a command needs to have.
See Also:
TippieCommand
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    Deprecated.
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
     
  • Element Details

    • min

      int min
      Deprecated.
    • wrongArgsMessage

      String wrongArgsMessage
      Deprecated.
      Default:
      "&cCommand used incorrectly! This command needs more arguments"