Commits

Martoph authored and md_5 committed 91957aa3b9b
#550: Add getHandlerList into ArrowBodyCountChangeEvent
No tags

src/main/java/org/bukkit/event/entity/ArrowBodyCountChangeEvent.java

Modified
77 77 @Override
78 78 public void setCancelled(boolean cancel) {
79 79 this.cancelled = cancel;
80 80 }
81 81
82 82 @Override
83 83 @NotNull
84 84 public HandlerList getHandlers() {
85 85 return handlers;
86 86 }
87 +
88 + @NotNull
89 + public static HandlerList getHandlerList() {
90 + return handlers;
91 + }
87 92 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut