[Bleeding] Deprecate Enderman events in favor of EntityChangeBlock

This commit is contained in:
Aidan Matzko
2012-02-04 12:40:16 -05:00
committed by EvilSeph
parent 643ee73c41
commit 623ddc1bdd
2 changed files with 10 additions and 0 deletions

View File

@@ -5,7 +5,11 @@ import org.bukkit.entity.Entity;
import org.bukkit.event.Cancellable;
import org.bukkit.event.HandlerList;
/**
* @deprecated Use EntityChangeBlockEvent instead
*/
@SuppressWarnings("serial")
@Deprecated
public class EndermanPickupEvent extends EntityEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList();