Package zombie
Class AmbientStreamManager.Ambient
java.lang.Object
zombie.AmbientStreamManager.Ambient
- Enclosing class:
- AmbientStreamManager
public class AmbientStreamManager.Ambient
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringnamebooleantrackMousefloatxfloaty -
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanfinished()voidrepeatWorldSounds(int radius, int volume)voidupdate()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 -
trackMouse
public boolean trackMouse
-
-
Constructor Details
-
Ambient
public Ambient(java.lang.String name, float x, float y, float radius, float volume) -
Ambient
public Ambient(java.lang.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)
-