Minor cleanup

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2012-01-17 19:35:28 +01:00
parent 85c66fd6f3
commit 33f366c08d
10 changed files with 10 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ import org.bukkit.entity.Entity;
* <li>Snow formed by a {@link org.bukkit.entity.Snowman}.</li>
* </ul>
*/
@SuppressWarnings("serial")
public class EntityBlockFormEvent extends BlockFormEvent {
private Entity entity;

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;