Class ParticleInstantEffect

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

public class ParticleInstantEffect extends Particle
  • Constructor Details

    • ParticleInstantEffect

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

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

      public ParticleInstantEffect(int count)
    • ParticleInstantEffect

      public ParticleInstantEffect()
  • Method Details