Cleaned up minor stuff
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user