[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

@@ -6,9 +6,7 @@ import org.bukkit.entity.Entity;
/**
* Called when an entity is damaged by a block
*/
@SuppressWarnings("serial")
public class EntityDamageByBlockEvent extends EntityDamageEvent {
private final Block damager;
public EntityDamageByBlockEvent(final Block damager, final Entity damagee, final DamageCause cause, final int damage) {