Package zombie.iso.weather.fx
Class CloudParticle
java.lang.Object
zombie.iso.weather.fx.WeatherParticle
zombie.iso.weather.fx.CloudParticle
public class CloudParticle extends WeatherParticle
-
Field Summary
Fields Modifier and Type Field Description protected floatangleOffsetFields inherited from class zombie.iso.weather.fx.WeatherParticle
alpha, alphaFadeMod, bounds, color, lastZoomMod, oHeight, oWidth, parent, position, recalcSizeOnZoom, renderAlpha, speed, texture, velocity, zoomMultiH, zoomMultiW -
Constructor Summary
Constructors Constructor Description CloudParticle(Texture texture)CloudParticle(Texture texture, int int1, int int2) -
Method Summary
Modifier and Type Method Description voidupdate(float float1)Methods inherited from class zombie.iso.weather.fx.WeatherParticle
render, setParent, update, updateZoomSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
angleOffset
protected float angleOffset
-
-
Constructor Details
-
CloudParticle
-
CloudParticle
-
-
Method Details
-
update
public void update(float float1)- Overrides:
updatein classWeatherParticle
-