Class WeatherParticleDrawer
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.iso.weather.fx.WeatherParticleDrawer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParticle(Texture texture, float x, float y, float width, float height, float r, float g, float b, float a) voidaddParticle(Texture texture, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float r, float g, float b, float a) voidendFrame()voidrender()voidReset()voidMethods inherited from class TextureDraw.GenericDrawer
postRender, render
-
Constructor Details
-
WeatherParticleDrawer
public WeatherParticleDrawer()
-
-
Method Details
-
render
public void render()- Specified by:
renderin classTextureDraw.GenericDrawer
-
startFrame
public void startFrame() -
endFrame
public void endFrame() -
addParticle
public void addParticle(Texture texture, float x, float y, float width, float height, float r, float g, float b, float a) -
addParticle
public void addParticle(Texture texture, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float r, float g, float b, float a) -
Reset
public void Reset()
-