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

Method getRainStrength

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

Returns rain strength.

(float delta)

Source from the content-addressed store, hash-verified

3536 * Returns rain strength.
3537 */
3538 public float getRainStrength(float delta)
3539 {
3540 return this.prevRainingStrength + (this.rainingStrength - this.prevRainingStrength) * delta;
3541 }
3542
3543 /**
3544 * Sets the strength of the rain.

Callers 15

updateFogColorMethod · 0.95
getSunBrightnessMethod · 0.95
getSkyColorMethod · 0.95
getCloudColourMethod · 0.95
getThunderStrengthMethod · 0.95
isRainingMethod · 0.95
renderSkyMethod · 0.80
updateLightmapMethod · 0.80
beginRenderMethod · 0.80
getWeatherMethod · 0.80
addRainParticlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected