Class StorySound

java.lang.Object
zombie.radio.StorySounds.StorySound

public final class StorySound extends Object
Turbo
  • Constructor Details

    • StorySound

      public StorySound(String name, float baseVol)
  • Method Details

    • playSound

      public long playSound()
    • playSound

      public long playSound(float volumeOverride)
    • playSound

      public long playSound(float x, float y, float z, float minRange, float maxRange)
    • playSound

      public long playSound(float volumeMod, float x, float y, float z, float minRange, float maxRange)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getBaseVolume

      public float getBaseVolume()
    • setBaseVolume

      public void setBaseVolume(float baseVolume)
    • getClone

      public StorySound getClone()