Package zombie.radio.StorySounds
Class StorySound
java.lang.Object
zombie.radio.StorySounds.StorySound
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getClone()
getName()
long
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
-
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
-