Class StoryEmitter.Sound

java.lang.Object
zombie.radio.StorySounds.StoryEmitter.Sound
Enclosing class:
StoryEmitter

public static final class StoryEmitter.Sound
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long channel  
    float maxRange  
    float minRange  
    long sound  
    float volume  
    float x  
    float y  
    float z  
  • Constructor Summary

    Constructors
    Constructor Description
    Sound()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sound

      public long sound
    • channel

      public long channel
    • volume

      public float volume
    • x

      public float x
    • y

      public float y
    • z

      public float z
    • minRange

      public float minRange
    • maxRange

      public float maxRange
  • Constructor Details

    • Sound

      public Sound()