Class StorySound

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

public final class StorySound extends Object
  • Field Details

    • name

      protected String name
    • baseVolume

      protected float baseVolume
  • Constructor Details

    • StorySound

      public StorySound(String string, float float1)
  • Method Details

    • playSound

      public long playSound()
    • playSound

      public long playSound(float float1)
    • playSound

      public long playSound(float float1, float float2, float float3, float float4, float float5)
    • playSound

      public long playSound(float float1, float float2, float float3, float float4, float float5, float float6)
    • getName

      public String getName()
    • setName

      public void setName(String string)
    • getBaseVolume

      public float getBaseVolume()
    • setBaseVolume

      public void setBaseVolume(float float1)
    • getClone

      public StorySound getClone()