geforkt von Mirrors/Paper
Remove deprecated annotation from BlockPhysicsEvent
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
8bde1c55cc
Commit
a1a8d19aaf
@ -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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren