Class ParticleAsh

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

public class ParticleAsh extends Particle
  • Constructor Details

    • ParticleAsh

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

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

      public ParticleAsh(int count)
    • ParticleAsh

      public ParticleAsh()
  • Method Details