(float delta)
| 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. |
no test coverage detected