Package zombie.radio.StorySounds
Class StorySound
java.lang.Object
zombie.radio.StorySounds.StorySound
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetClone()getName()longlongplaySound(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) void
-
Field Details
-
name
-
baseVolume
protected float baseVolume
-
-
Constructor Details
-
StorySound
-
-
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
-
setName
-
getBaseVolume
public float getBaseVolume() -
setBaseVolume
public void setBaseVolume(float float1) -
getClone
-