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 a8b6be9 commit 0ec862cCopy full SHA for 0ec862c
1 file changed
worldedit-core/src/main/java/com/sk89q/worldedit/function/mask/FullCubeMask.java
@@ -34,7 +34,7 @@ public FullCubeMask(Extent extent) {
34
public boolean test(BlockVector3 vector) {
35
Extent extent = getExtent();
36
BlockState block = extent.getBlock(vector);
37
- return block.getBlockType().getMaterial().isFullCube(ShapeType.SHAPE);
+ return block.getMaterial().isFullCube(ShapeType.SHAPE);
38
}
39
40
0 commit comments