mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Remove deprecated annotation from BlockPhysicsEvent
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -14,12 +14,6 @@ public class BlockPhysicsEvent extends BlockEvent implements Cancellable {
|
|||||||
private final BlockData changed;
|
private final BlockData changed;
|
||||||
private boolean cancel = false;
|
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) {
|
public BlockPhysicsEvent(final Block block, final BlockData changed) {
|
||||||
super(block);
|
super(block);
|
||||||
this.changed = changed;
|
this.changed = changed;
|
||||||
|
Reference in New Issue
Block a user