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

Method drainBlock

common/buildcraft/lib/misc/BlockUtil.java:241–243  ·  view source on GitHub ↗
(World world, BlockPos pos, boolean doDrain)

Source from the content-addressed store, hash-verified

239 }
240
241 public static FluidStack drainBlock(World world, BlockPos pos, boolean doDrain) {
242 return drainBlock(world.getBlockState(pos), world, pos, doDrain);
243 }
244
245 public static FluidStack drainBlock(IBlockState state, World world, BlockPos pos, boolean doDrain) {
246 Block block = state.getBlock();

Callers 6

canDrainBlockMethod · 0.95
mineMethod · 0.95
updateMethod · 0.95
canDrainBlockMethod · 0.95
handleMethod · 0.95
updateMethod · 0.95

Calls 6

getFluidWithFlowingMethod · 0.95
getBlockMethod · 0.65
getBlockStateMethod · 0.45
canDrainMethod · 0.45
drainMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected