#550: Add getHandlerList into ArrowBodyCountChangeEvent
By: Martoph <sager1018@gmail.com>
This commit is contained in:
parent
33b17b0532
commit
60074ffbfd
1 changed files with 5 additions and 0 deletions
|
@ -84,4 +84,9 @@ public class ArrowBodyCountChangeEvent extends EntityEvent implements Cancellabl
|
|||
public HandlerList getHandlers() {
|
||||
return handlers;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static HandlerList getHandlerList() {
|
||||
return handlers;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue