Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9
()
| 3553 | * Returns true if the current thunder strength (weighted with the rain strength) is greater than 0.9 |
| 3554 | */ |
| 3555 | public boolean isThundering() |
| 3556 | { |
| 3557 | return (double)this.getThunderStrength(1.0F) > 0.9D; |
| 3558 | } |
| 3559 | |
| 3560 | /** |
| 3561 | * Returns true if the current rain strength is greater than 0.2 |
no test coverage detected