[Bleeding] Event no longer implements Serializable.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user