Add BlockMask which is able to filter by data

This commit is contained in:
aumgn
2012-08-29 11:32:14 +02:00
parent 21d603ce4e
commit c759b9062c
4 changed files with 58 additions and 20 deletions

View File

@ -642,7 +642,7 @@ public class WorldEdit {
}
default:
return new BlockTypeMask(getBlockIDs(player, component, true));
return new BlockMask(getBlocks(player, component, true, true));
}
}