Annotation 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
-
Element Details
-
value
String valueThe name of the placeholder parameter as used in the template, e.g. {index}.
-