mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
Remove deprecated annotation from BlockPhysicsEvent
By: md_5 <git@md-5.net>
This commit is contained in:
parent
8bde1c55cc
commit
a1a8d19aaf
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue