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

    Modifier and Type Method Description
    long playSound​(java.lang.String file, float baseVolume, float x, float y, float z, float minRange, float maxRange)  
    int stopSound​(long channel)  
    void tick()  

    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 channel)
    • playSound

      public long playSound​(java.lang.String file, float baseVolume, float x, float y, float z, float minRange, float maxRange)
    • tick

      public void tick()