MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / canBlockStay

Method canBlockStay

src/main/java/net/minecraft/block/BlockReed.java:111–114  ·  view source on GitHub ↗
(World worldIn, BlockPos pos)

Source from the content-addressed store, hash-verified

109 }
110
111 public boolean canBlockStay(World worldIn, BlockPos pos)
112 {
113 return this.canPlaceBlockAt(worldIn, pos);
114 }
115
116 public AxisAlignedBB getCollisionBoundingBox(World worldIn, BlockPos pos, IBlockState state)
117 {

Callers 8

checkForDropMethod · 0.95
generateMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
growMethod · 0.45

Calls 1

canPlaceBlockAtMethod · 0.95

Tested by

no test coverage detected