|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzombie.WorldSoundManager.WorldSound
public class WorldSoundManager.WorldSound
| Field Summary | |
|---|---|
int |
life
|
int |
radius
|
IsoObject |
source
|
boolean |
stresshumans
|
int |
volume
|
int |
x
|
int |
y
|
int |
z
|
float |
zombieIgnoreDist
|
| 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)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int life
public int radius
public boolean stresshumans
public int volume
public int x
public int y
public int z
public float zombieIgnoreDist
public IsoObject source
| Constructor Detail |
|---|
public WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume)
public WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume,
boolean stresshumans)
public WorldSoundManager.WorldSound(IsoObject source,
int x,
int y,
int z,
int radius,
int volume,
boolean stresshumans,
float zombieIgnoreDist,
float stressMod)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||