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

Method createExplosion

src/main/java/net/minecraft/world/World.java:2206–2209  ·  view source on GitHub ↗

Creates an explosion. Args: entity, x, y, z, strength

(Entity entityIn, double x, double y, double z, float strength, boolean isSmoking)

Source from the content-addressed store, hash-verified

2204 * Creates an explosion. Args: entity, x, y, z, strength
2205 */
2206 public Explosion createExplosion(Entity entityIn, double x, double y, double z, float strength, boolean isSmoking)
2207 {
2208 return this.newExplosion(entityIn, x, y, z, strength, false, isSmoking);
2209 }
2210
2211 /**
2212 * returns a new explosion. Does initiation (at time of writing Explosion is not finished)

Callers 4

explodeCartMethod · 0.80
explodeMethod · 0.80
attackEntityFromMethod · 0.80
explodeMethod · 0.80

Calls 1

newExplosionMethod · 0.95

Tested by

no test coverage detected