We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b06ac commit 746fccfCopy full SHA for 746fccf
1 file changed
worldedit-core/src/main/java/com/sk89q/worldedit/function/mask/FullCubeMask.java
@@ -33,7 +33,7 @@ public FullCubeMask(Extent extent) {
33
public boolean test(BlockVector3 vector) {
34
Extent extent = getExtent();
35
BlockState block = extent.getBlock(vector);
36
- return block.getBlockType().getMaterial().isFullCube();
+ return block.getMaterial().isFullCube();
37
}
38
39
0 commit comments