Remove deprecated annotation from BlockPhysicsEvent

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2018-07-16 11:22:59 +10:00
parent 8bde1c55cc
commit a1a8d19aaf

View File

@ -14,12 +14,6 @@ public class BlockPhysicsEvent extends BlockEvent implements Cancellable {
private final BlockData changed;
private boolean cancel = false;
/**
*
* @param block the block involved in this event
* @param changed the changed block's type
*/
@Deprecated
public BlockPhysicsEvent(final Block block, final BlockData changed) {
super(block);
this.changed = changed;