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

Method getThunderStrength

src/main/java/net/minecraft/world/World.java:3521–3524  ·  view source on GitHub ↗
(float delta)

Source from the content-addressed store, hash-verified

3519 }
3520
3521 public float getThunderStrength(float delta)
3522 {
3523 return (this.prevThunderingStrength + (this.thunderingStrength - this.prevThunderingStrength) * delta) * this.getRainStrength(delta);
3524 }
3525
3526 /**
3527 * Sets the strength of the thunder.

Callers 10

updateFogColorMethod · 0.95
getSunBrightnessMethod · 0.95
getSkyColorMethod · 0.95
getCloudColourMethod · 0.95
isThunderingMethod · 0.95
renderSkyMethod · 0.80
updateLightmapMethod · 0.80
getWeatherMethod · 0.80

Calls 1

getRainStrengthMethod · 0.95

Tested by

no test coverage detected