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

Method canPlaceBlockOnSide

src/main/java/net/minecraft/block/Block.java:865–868  ·  view source on GitHub ↗

Check whether this Block can be placed on the given side

(World worldIn, BlockPos pos, EnumFacing side)

Source from the content-addressed store, hash-verified

863 * Check whether this Block can be placed on the given side
864 */
865 public boolean canPlaceBlockOnSide(World worldIn, BlockPos pos, EnumFacing side)
866 {
867 return this.canPlaceBlockAt(worldIn, pos);
868 }
869
870 public boolean canPlaceBlockAt(World worldIn, BlockPos pos)
871 {

Callers 2

canReplaceMethod · 0.95
generateMethod · 0.45

Calls 1

canPlaceBlockAtMethod · 0.95

Tested by

no test coverage detected