Class AmbientStreamManager.Ambient

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

public static final class AmbientStreamManager.Ambient extends Object
  • Field Details

    • x

      public float x
    • y

      public float y
    • name

      public String name
    • trackMouse

      public boolean trackMouse
  • Constructor Details

    • Ambient

      public Ambient(String _name, float _x, float _y, float _radius, float _volume)
    • Ambient

      public Ambient(String _name, float _x, float _y, float _radius, float _volume, boolean remote)
  • Method Details

    • finished

      public boolean finished()
    • update

      public void update()
    • repeatWorldSounds

      public void repeatWorldSounds(int _radius, int _volume)