MCPcopy Create free account
hub / github.com/SplashAni/RandomMeteor / isBlock

Method isBlock

src/main/java/random/meteor/utils/Utils.java:198–200  ·  view source on GitHub ↗
(BlockPos p)

Source from the content-addressed store, hash-verified

196 }
197
198 public static boolean isBlock(BlockPos p) {
199 return state(p).equals(Blocks.AIR);
200 }
201}

Callers 1

torchPosMethod · 0.95

Calls 1

stateMethod · 0.95

Tested by

no test coverage detected