13
0
geforkt von Mirrors/Paper

#550: Add getHandlerList into ArrowBodyCountChangeEvent

By: Martoph <sager1018@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2020-09-12 08:33:17 +10:00
Ursprung 33b17b0532
Commit 60074ffbfd

Datei anzeigen

@ -84,4 +84,9 @@ public class ArrowBodyCountChangeEvent extends EntityEvent implements Cancellabl
public HandlerList getHandlers() {
return handlers;
}
@NotNull
public static HandlerList getHandlerList() {
return handlers;
}
}