mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Remove deprecated annotation from BlockPhysicsEvent
This commit is contained in:
parent
62633f31df
commit
55a3379d9b
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 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…
Add table
Reference in a new issue