Package net.luckperms.api.event.util
Annotation Type Param
-
@Target(METHOD) @Retention(RUNTIME) public @interface Param
Represents the position of a parameter within an event.This is an implementation detail and should not be relied upon.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueGets the index of the parameter.
-