MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / getBlockState

Method getBlockState

common/buildcraft/lib/misc/BlockUtil.java:321–323  ·  view source on GitHub ↗
(World world, BlockPos pos)

Source from the content-addressed store, hash-verified

319 }
320
321 public static IBlockState getBlockState(World world, BlockPos pos) {
322 return getBlockState(world, pos, false);
323 }
324
325 public static IBlockState getBlockState(World world, BlockPos pos, boolean force) {
326 if (!force) {

Callers 15

isBlockedMethod · 0.95
rebuildQueueMethod · 0.95
queueForPumpingMethod · 0.95
isPumpableFluidMethod · 0.95
placeFluidMethod · 0.95
queueForFillingMethod · 0.95
findTableMethod · 0.95
rebuildQueueMethod · 0.45
tryAddToQueueMethod · 0.45
mineMethod · 0.45
tryAddToQueueMethod · 0.45
getFramePosesMethod · 0.45

Calls 5

getChunkMethod · 0.95
getYMethod · 0.65
getHeightMethod · 0.65
getXMethod · 0.65
getZMethod · 0.45

Tested by

no test coverage detected