Package pers.neige.neigeitems.annotation
Annotation Listener
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Target(value = ElementType.METHOD)@Retention(value = RetentionPolicy.RUNTIME) public @interface Listener
-
-
Method Summary
Modifier and Type Method Description abstract EventPriority
eventPriority()
abstract boolean
ignoreCancelled()
-
-
Method Detail
-
eventPriority
abstract EventPriority eventPriority()
-
ignoreCancelled
abstract boolean ignoreCancelled()
-
-
-
-