Class ParticleShriek

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

public class ParticleShriek extends Particle
  • Constructor Details

    • ParticleShriek

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

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

      public ParticleShriek(int count)
    • ParticleShriek

      public ParticleShriek()
  • Method Details

    • inherit

      public ParticleShriek inherit(Particle particle)
      Specified by:
      inherit in interface IParticle
      Overrides:
      inherit in class Particle
      Parameters:
      particle - particle for this object to copy data from
      Returns:
      this object
    • clone

      public ParticleShriek clone()
      Specified by:
      clone in interface IParticle
      Specified by:
      clone in class Particle
    • setDelay

      public ParticleShriek setDelay(int delay)
      Parameters:
      delay - amount of ticks before this particle displays
    • getDelay

      public int getDelay()
      Returns:
      amount of ticks before this particle displays