[Bleeding] Event no longer implements Serializable.

This commit is contained in:
Feildmaster
2012-02-19 01:25:46 -06:00
committed by EvilSeph
parent 219d005e1d
commit ca71be0228
129 changed files with 4 additions and 170 deletions

View File

@@ -12,14 +12,12 @@ import org.bukkit.event.block.Action;
/**
* Called when a player interacts with an object or air.
*/
@SuppressWarnings("serial")
public class PlayerInteractEvent extends PlayerEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList();
protected ItemStack item;
protected Action action;
protected Block blockClicked;
protected BlockFace blockFace;
private Result useClickedBlock;
private Result useItemInHand;