Class ClimateManager.AirFront
java.lang.Object
zombie.iso.weather.ClimateManager.AirFront
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDaySample(float noiseval) voidcopyFrom(ClimateManager.AirFront other) floatfloatgetDays()floatfloatfloatintgetType()voidload(DataInputStream input) voidsave(DataOutputStream output) voidsetFrontType(int _type) voidsetStrength(float str)
-
Constructor Details
-
AirFront
public AirFront()
-
-
Method Details
-
getDays
public float getDays() -
getMaxNoise
public float getMaxNoise() -
getTotalNoise
public float getTotalNoise() -
getType
public int getType() -
getStrength
public float getStrength() -
getAngleDegrees
public float getAngleDegrees() -
setFrontType
public void setFrontType(int _type) -
setStrength
public void setStrength(float str) -
save
- Throws:
IOException
-
load
- Throws:
IOException
-
addDaySample
public void addDaySample(float noiseval) -
copyFrom
-