Class ParticleSonicBoom

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

public class ParticleSonicBoom extends Particle
  • Constructor Details

    • ParticleSonicBoom

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

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

      public ParticleSonicBoom(int count)
    • ParticleSonicBoom

      public ParticleSonicBoom()
  • Method Details