Skip to content

Commit

Permalink
Remove a tonne of code from WorldEdit. This breaks backwards compatib…
Browse files Browse the repository at this point in the history
…ility. More will be removed. Sorry :)
  • Loading branch information
me4502 committed Jun 15, 2018
1 parent 1c715f5 commit 6e28bb0
Show file tree
Hide file tree
Showing 67 changed files with 139 additions and 2,615 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,12 +450,4 @@ public boolean setBiome(Vector2D position, BaseBiome biome) {
return false;
}
}

/**
* @deprecated Use {@link #setBlock(Vector, BaseBlock, boolean)}
*/
@Deprecated
public boolean setBlock(Vector pt, com.sk89q.worldedit.foundation.Block block, boolean notifyAdjacent) throws WorldEditException {
return setBlock(pt, (BaseBlock) block, notifyAdjacent);
}
}
202 changes: 0 additions & 202 deletions worldedit-core/src/legacy/java/com/sk89q/worldedit/bags/BlockBag.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6e28bb0

Please sign in to comment.