Package zombie.radio.StorySounds
Class StoryEmitter
java.lang.Object
zombie.radio.StorySounds.StoryEmitter
public class StoryEmitter
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StoryEmitter.Sound
-
Field Summary
Fields Modifier and Type Field Description boolean
coordinate3D
java.util.ArrayList
Instances
int
max
java.util.Stack
SoundStack
java.util.ArrayList
ToStart
float
volumeMod
-
Constructor Summary
Constructors Constructor Description StoryEmitter()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
max
public int max -
volumeMod
public float volumeMod -
coordinate3D
public boolean coordinate3D -
SoundStack
public java.util.Stack SoundStack -
Instances
public java.util.ArrayList Instances -
ToStart
public java.util.ArrayList ToStart
-
-
Constructor Details
-
StoryEmitter
public StoryEmitter()
-
-
Method Details
-
stopSound
public int stopSound(long long1) -
playSound
public long playSound(java.lang.String string, float float1, float float2, float float3, float float4, float float5, float float6) -
tick
public void tick()
-