Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
torchPos
Method · 0.95
Calls
1
state
Method · 0.95
Tested by
no test coverage detected