Class ParticleLava

java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleLava
All Implemented Interfaces:
IParticle, LiquidParticle

public class ParticleLava extends Particle implements LiquidParticle
  • Constructor Details

    • ParticleLava

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

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

      public ParticleLava(int count)
    • ParticleLava

      public ParticleLava()
  • Method Details