Cleaned up minor stuff

This commit is contained in:
Andrew
2013-07-29 14:53:32 +12:00
parent 9284990ae1
commit 957cf83e67
5 changed files with 11 additions and 5 deletions

View File

@@ -9,9 +9,11 @@ import org.bukkit.event.HandlerList;
public class DisguisedEvent extends Event implements Cancellable {
private static final HandlerList handlers = new HandlerList();
public static HandlerList getHandlerList() {
return handlers;
}
private Disguise disguise;
private Entity disguised;

View File

@@ -9,9 +9,11 @@ import org.bukkit.event.HandlerList;
public class RedisguisedEvent extends Event implements Cancellable {
private static final HandlerList handlers = new HandlerList();
public static HandlerList getHandlerList() {
return handlers;
}
private Entity disguised;
private boolean isCancelled;
private Disguise newDisguise;

View File

@@ -9,9 +9,11 @@ import org.bukkit.event.HandlerList;
public class UndisguisedEvent extends Event implements Cancellable {
private static final HandlerList handlers = new HandlerList();
public static HandlerList getHandlerList() {
return handlers;
}
private Disguise disguise;
private Entity disguised;