mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
Remove deprecated annotation from BlockPhysicsEvent
By: md_5 <git@md-5.net>
This commit is contained in:
parent
8bde1c55cc
commit
a1a8d19aaf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user