Returns if this block is collidable (only used by Fire). Args: x, y, z
()
| 530 | * Returns if this block is collidable (only used by Fire). Args: x, y, z |
| 531 | */ |
| 532 | public boolean isCollidable() |
| 533 | { |
| 534 | return true; |
| 535 | } |
| 536 | |
| 537 | /** |
| 538 | * Called randomly when setTickRandomly is set to true (used by e.g. crops to grow, etc.) |