Annotation Interface PapiParam


@Retention(RUNTIME) @Target(PARAMETER) public @interface PapiParam
Annotation to mark a method parameter as a PlaceholderAPI parameter. This annotation indicates that the parameter's value should be used to replace a corresponding placeholder in a PlaceholderAPI template.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the placeholder parameter as used in the template, e.g.
  • Element Details

    • value

      String value
      The name of the placeholder parameter as used in the template, e.g. {index}.