Package zombie.radio.StorySounds
Class StoryEmitter
java.lang.Object
zombie.radio.StorySounds.StoryEmitter
public final class StoryEmitter
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStoryEmitter.Sound -
Field Summary
Fields Modifier and Type Field Description booleancoordinate3Djava.util.ArrayListInstancesintmaxjava.util.StackSoundStackjava.util.ArrayListToStartfloatvolumeMod -
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()
-