Improve and document event system. Deprecate duplicate methods.

This commit is contained in:
drtshock
2014-07-09 14:00:16 -05:00
parent 7604b4455b
commit 4d5278b079
12 changed files with 99 additions and 197 deletions

View File

@@ -7,6 +7,7 @@ import org.bukkit.event.HandlerList;
public class FactionRelationEvent extends Event {
private static final HandlerList handlers = new HandlerList();
private Faction fsender;