Class ParticleGlow

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

public class ParticleGlow extends Particle
  • Constructor Details

    • ParticleGlow

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

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

      public ParticleGlow(int count)
    • ParticleGlow

      public ParticleGlow()
  • Method Details