Class ParticleGust

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

public class ParticleGust extends Particle
  • Constructor Details

    • ParticleGust

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

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

      public ParticleGust(int count)
    • ParticleGust

      public ParticleGust()
  • Method Details