Return whether this block can drop from an explosion.
(Explosion explosionIn)
| 1204 | * Return whether this block can drop from an explosion. |
| 1205 | */ |
| 1206 | public boolean canDropFromExplosion(Explosion explosionIn) |
| 1207 | { |
| 1208 | return true; |
| 1209 | } |
| 1210 | |
| 1211 | public boolean isAssociatedBlock(Block other) |
| 1212 | { |