Minor cleanup

This commit is contained in:
Erik Broes
2012-01-17 19:35:28 +01:00
parent d57776f058
commit 0062c83d81
10 changed files with 10 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ import org.bukkit.event.HandlerList;
/**
* Thrown when a Living Entity creates a portal in a world.
*/
@SuppressWarnings("serial")
public class EntityCreatePortalEvent extends EntityEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList();
private List<BlockState> blocks;

View File

@@ -5,6 +5,7 @@ import org.bukkit.entity.Entity;
import org.bukkit.event.Cancellable;
import org.bukkit.event.HandlerList;
@SuppressWarnings("serial")
public class ItemDespawnEvent extends EntityEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList();
private boolean canceled;