add missing static handler list getters

This commit is contained in:
2023-11-20 22:49:37 +01:00
parent 8ae6e9212c
commit d15ccbef20
3 changed files with 15 additions and 0 deletions
@@ -45,4 +45,9 @@ public class PlayerLeaveCombatEvent extends Event implements Cancellable {
public HandlerList getHandlers() {
return HANDLERS;
}
@NotNull
public static HandlerList getHandlerList() {
return HANDLERS;
}
}