zombie
Class WorldSoundManager.WorldSound
java.lang.Object
zombie.WorldSoundManager.WorldSound
- Enclosing class:
- WorldSoundManager
public class WorldSoundManager.WorldSound
- extends java.lang.Object
Constructor Summary |
WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume)
|
WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume,
boolean stresshumans)
|
WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume,
boolean stresshumans,
float zombieIgnoreDist,
float stressMod)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
life
public int life
radius
public int radius
stresshumans
public boolean stresshumans
volume
public int volume
x
public int x
y
public int y
z
public int z
zombieIgnoreDist
public float zombieIgnoreDist
source
public IsoObject source
WorldSoundManager.WorldSound
public WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume)
WorldSoundManager.WorldSound
public WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume,
boolean stresshumans)
WorldSoundManager.WorldSound
public WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume,
boolean stresshumans,
float zombieIgnoreDist,
float stressMod)