Class ParticleInfested

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

public class ParticleInfested extends Particle
  • Constructor Details

    • ParticleInfested

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

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

      public ParticleInfested(int count)
    • ParticleInfested

      public ParticleInfested()
  • Method Details