mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 03:43:40 +01:00
This will be re-added after the RB.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
228eae3e08
commit
e223475be3
1 changed files with 0 additions and 6 deletions
|
@ -12,11 +12,5 @@ import java.lang.annotation.Target;
|
|||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface EventHandler {
|
||||
|
||||
/**
|
||||
* This field is now fetched from the event handler method's parameter
|
||||
* @return
|
||||
*/
|
||||
@Deprecated Class<? extends Event> event() default Event.class;
|
||||
|
||||
EventPriority priority() default EventPriority.NORMAL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue