[Bleeding] getHandlers() is now abstract.

By: Feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot 2012-02-19 15:52:46 -06:00
parent 07ccb2a000
commit 2a1eddc441

View file

@ -16,9 +16,7 @@ public abstract class Event {
return name;
}
public HandlerList getHandlers() {
throw new IllegalStateException(getEventName() + " must implement getHandlers()");
}
public abstract HandlerList getHandlers();
public enum Result {