Update BlockState to remove legacy ID usage.

This commit is contained in:
Matthew Miller
2018-07-01 23:38:56 +10:00
parent 93b225ca3c
commit 11f5d05e7b
7 changed files with 83 additions and 125 deletions

View File

@ -375,7 +375,7 @@ public class EditSession implements Extent {
*
* @return a map of missing blocks
*/
public Map<Integer, Integer> popMissingBlocks() {
public Map<com.sk89q.worldedit.blocks.type.BlockType, Integer> popMissingBlocks() {
return blockBagExtent.popMissing();
}