Class WeatherParticleDrawer

java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.iso.weather.fx.WeatherParticleDrawer

public final class WeatherParticleDrawer extends TextureDraw.GenericDrawer
  • Constructor Details

    • WeatherParticleDrawer

      public WeatherParticleDrawer()
  • Method Details

    • render

      public void render()
      Specified by:
      render in class TextureDraw.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()