Class ParticleSplash

java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleSplash
All Implemented Interfaces:
IParticle

public class ParticleSplash extends Particle
  • Constructor Details

    • ParticleSplash

      public ParticleSplash(double offsetX, double offsetY, double offsetZ, int count)
    • ParticleSplash

      public ParticleSplash(double offsetX, double offsetY, double offsetZ)
    • ParticleSplash

      public ParticleSplash(int count)
    • ParticleSplash

      public ParticleSplash()
  • Method Details