Package zombie.iso.weather.fx
Class RainParticle
java.lang.Object
zombie.iso.weather.fx.WeatherParticle
zombie.iso.weather.fx.RainParticle
public class RainParticle 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 RainParticle(Texture texture, int int1) -
Method Summary
Methods inherited from class zombie.iso.weather.fx.WeatherParticle
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
-
RainParticle
-
-
Method Details
-
setLife
protected void setLife() -
update
public void update(float float1)- Overrides:
updatein classWeatherParticle
-
render
public void render(float float1, float float2)- Overrides:
renderin classWeatherParticle
-