Package zombie.radio.StorySounds
Class StorySound
java.lang.Object
zombie.radio.StorySounds.StorySound
public class StorySound
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected float
baseVolume
protected java.lang.String
name
-
Constructor Summary
Constructors Constructor Description StorySound(java.lang.String string, float float1)
-
Method Summary
Modifier and Type Method Description float
getBaseVolume()
StorySound
getClone()
java.lang.String
getName()
long
playSound()
long
playSound(float float1)
long
playSound(float float1, float float2, float float3, float float4, float float5)
long
playSound(float float1, float float2, float float3, float float4, float float5, float float6)
void
setBaseVolume(float float1)
void
setName(java.lang.String string)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
protected java.lang.String name -
baseVolume
protected float baseVolume
-
-
Constructor Details
-
StorySound
public StorySound(java.lang.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 java.lang.String getName() -
setName
public void setName(java.lang.String string) -
getBaseVolume
public float getBaseVolume() -
setBaseVolume
public void setBaseVolume(float float1) -
getClone
-