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

Method isReplaceable

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

Whether this Block can be replaced directly by other blocks (true for e.g. tall grass)

(World worldIn, BlockPos pos)

Source from the content-addressed store, hash-verified

387 * Whether this Block can be replaced directly by other blocks (true for e.g. tall grass)
388 */
389 public boolean isReplaceable(World worldIn, BlockPos pos)
390 {
391 return false;
392 }
393
394 /**
395 * Sets how many hits it takes to break a block.

Callers 12

onItemUseMethod · 0.95
onItemUseMethod · 0.95
onItemUseMethod · 0.95
onItemUseMethod · 0.95
onItemUseMethod · 0.95
canPlaceBlockOnSideMethod · 0.95
onItemUseMethod · 0.95
onItemUseMethod · 0.45
onItemUseMethod · 0.45
canBlockBePlacedMethod · 0.45
canPlaceBlockAtMethod · 0.45
canPlaceBlockAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected