Class WeatherParticleDrawer
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.iso.weather.fx.WeatherParticleDrawer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParticle
(Texture arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8) void
addParticle
(Texture arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9, float arg10, float arg11, float arg12) void
endFrame()
void
render()
void
Reset()
void
Methods inherited from class zombie.core.textures.TextureDraw.GenericDrawer
postRender, render
-
Constructor Details
-
WeatherParticleDrawer
public WeatherParticleDrawer()
-
-
Method Details
-
render
public void render()- Specified by:
render
in classTextureDraw.GenericDrawer
-
startFrame
public void startFrame() -
endFrame
public void endFrame() -
addParticle
public void addParticle(Texture arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8) -
addParticle
public void addParticle(Texture arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9, float arg10, float arg11, float arg12) -
Reset
public void Reset()
-