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

Method canDropFromExplosion

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

Return whether this block can drop from an explosion.

(Explosion explosionIn)

Source from the content-addressed store, hash-verified

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 {

Callers 1

doExplosionBMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected