(IBlockState state, boolean hitIfLiquid)
| 522 | } |
| 523 | |
| 524 | public boolean canCollideCheck(IBlockState state, boolean hitIfLiquid) |
| 525 | { |
| 526 | return this.isCollidable(); |
| 527 | } |
| 528 | |
| 529 | /** |
| 530 | * Returns if this block is collidable (only used by Fire). Args: x, y, z |
no test coverage detected