Package zombie
Class AmbientStreamManager.Ambient
java.lang.Object
zombie.AmbientStreamManager.Ambient
- Enclosing class:
- AmbientStreamManager
public static final 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 int1, int int2)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 string, float float1, float float2, float float3, float float4) -
Ambient
public Ambient(java.lang.String string, float float1, float float2, float float3, float float4, boolean boolean1)
-
-
Method Details
-
finished
public boolean finished() -
update
public void update() -
repeatWorldSounds
public void repeatWorldSounds(int int1, int int2)
-