Class ParticleNectar

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

public class ParticleNectar extends Particle implements LiquidParticle
  • Constructor Details

    • ParticleNectar

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

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

      public ParticleNectar(int count)
    • ParticleNectar

      public ParticleNectar()
  • Method Details