Package zombie

Class AmbientSoundManager.Ambient

java.lang.Object
zombie.AmbientSoundManager.Ambient
Enclosing class:
AmbientSoundManager

public class AmbientSoundManager.Ambient
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int duration  
    java.lang.String name  
    float radius  
    float volume  
    int worldSoundDelay  
    float x  
    float y  
  • Constructor Summary

    Constructors
    Constructor Description
    Ambient​(java.lang.String name, float x, float y, float radius, float volume)  
  • Method Summary

    Modifier and Type Method Description
    boolean finished()  
    void update()  

    Methods inherited from class java.lang.Object

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

    • x

      public float x
    • y

      public float y
    • name

      public java.lang.String name
    • radius

      public float radius
    • volume

      public float volume
    • duration

      public int duration
    • worldSoundDelay

      public int worldSoundDelay
  • Constructor Details

    • Ambient

      public Ambient​(java.lang.String name, float x, float y, float radius, float volume)
  • Method Details

    • finished

      public boolean finished()
    • update

      public void update()