Added new method

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

View file

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