Added new method

This commit is contained in:
Matt 2016-02-19 18:57:55 -05:00
parent bddcd989a3
commit 8f552d225e

View file

@ -53,6 +53,10 @@ public class BendingDamageEvent extends Event implements Cancellable {
return handlers;
}
public static HandlerList getHandlerList() {
return handlers;
}
@Override
public boolean isCancelled() {
return cancelled;