Removed foundation.* package.

This commit is contained in:
sk89q
2014-04-02 21:23:14 -07:00
parent a08ee7bce9
commit 08900cbfc2
9 changed files with 270 additions and 289 deletions

View File

@ -1313,7 +1313,7 @@ public class BukkitWorld extends LocalWorld {
}
@Override
public boolean setBlock(Vector pt, com.sk89q.worldedit.foundation.Block block, boolean notifyAdjacent) {
public boolean setBlock(Vector pt, BaseBlock block, boolean notifyAdjacent) {
if (!skipNmsSafeSet) {
try {
return (Boolean) nmsSetSafeMethod.invoke(null, this, pt, block, notifyAdjacent);