Package zombie.iso.weather
Class ThunderStorm.ThunderCloud
java.lang.Object
zombie.iso.weather.ThunderStorm.ThunderCloud
- Enclosing class:
- ThunderStorm
public static class ThunderStorm.ThunderCloud
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ThunderCloud() -
Method Summary
Modifier and Type Method Description intgetCurrentX()intgetCurrentY()floatgetRadius()floatgetStrength()booleanisRunning()doublelifeTime()voidsetCenter(int int1, int int2, float float1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThunderCloud
public ThunderCloud()
-
-
Method Details
-
getCurrentX
public int getCurrentX() -
getCurrentY
public int getCurrentY() -
getRadius
public float getRadius() -
isRunning
public boolean isRunning() -
getStrength
public float getStrength() -
lifeTime
public double lifeTime() -
setCenter
public void setCenter(int int1, int int2, float float1)
-