Whether this Block can be replaced directly by other blocks (true for e.g. tall grass)
(World worldIn, BlockPos pos)
| 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. |
no outgoing calls
no test coverage detected