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

Method canReplace

src/main/java/net/minecraft/block/Block.java:857–860  ·  view source on GitHub ↗
(World worldIn, BlockPos pos, EnumFacing side, ItemStack stack)

Source from the content-addressed store, hash-verified

855 }
856
857 public boolean canReplace(World worldIn, BlockPos pos, EnumFacing side, ItemStack stack)
858 {
859 return this.canPlaceBlockOnSide(worldIn, pos, side);
860 }
861
862 /**
863 * Check whether this Block can be placed on the given side

Callers 1

canBlockBePlacedMethod · 0.80

Calls 1

canPlaceBlockOnSideMethod · 0.95

Tested by

no test coverage detected