Package zombie.radio.StorySounds
Class StorySound
java.lang.Object
zombie.radio.StorySounds.StorySound
public final class StorySound
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected floatbaseVolumeprotected java.lang.Stringname -
Constructor Summary
Constructors Constructor Description StorySound(java.lang.String string, float float1) -
Method Summary
Modifier and Type Method Description floatgetBaseVolume()StorySoundgetClone()java.lang.StringgetName()longplaySound()longplaySound(float float1)longplaySound(float float1, float float2, float float3, float float4, float float5)longplaySound(float float1, float float2, float float3, float float4, float float5, float float6)voidsetBaseVolume(float float1)voidsetName(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
-