Class MuzzleFlashSpec

java.lang.Object
com.fs.starfarer.api.loading.MuzzleFlashSpec
All Implemented Interfaces:
Cloneable

public class MuzzleFlashSpec extends Object implements Cloneable
  • Constructor Details

    • MuzzleFlashSpec

      public MuzzleFlashSpec(float length, float spread, float particleSizeMin, float particleSizeRange, float particleDuration, int particleCount, Color particleColor)
  • Method Details

    • clone

      public MuzzleFlashSpec clone()
      Overrides:
      clone in class Object
    • getLength

      public float getLength()
    • setLength

      public void setLength(float length)
    • getSpread

      public float getSpread()
    • setSpread

      public void setSpread(float spread)
    • getParticleSizeMin

      public float getParticleSizeMin()
    • setParticleSizeMin

      public void setParticleSizeMin(float particleSizeMin)
    • getParticleSizeRange

      public float getParticleSizeRange()
    • setParticleSizeRange

      public void setParticleSizeRange(float particleSizeRange)
    • getParticleDuration

      public float getParticleDuration()
    • setParticleDuration

      public void setParticleDuration(float particleDuration)
    • getParticleCount

      public int getParticleCount()
    • setParticleCount

      public void setParticleCount(int particleCount)
    • getParticleColor

      public Color getParticleColor()
    • setParticleColor

      public void setParticleColor(Color particleColor)