Package zombie
Class WorldSoundManager.WorldSound
java.lang.Object
zombie.WorldSoundManager.WorldSound
- Enclosing class:
- WorldSoundManager
public class WorldSoundManager.WorldSound
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
life
int
radius
IsoObject
source
boolean
sourceIsZombie
boolean
stresshumans
int
volume
int
x
int
y
int
z
float
zombieIgnoreDist
-
Constructor Summary
Constructors Constructor Description WorldSound()
-
Method Summary
Modifier and Type Method Description WorldSoundManager.WorldSound
init(boolean boolean1, int int1, int int2, int int3, int int4, int int5, boolean boolean2, float float1, float float2)
WorldSoundManager.WorldSound
init(IsoObject object, int int1, int int2, int int3, int int4, int int5)
WorldSoundManager.WorldSound
init(IsoObject object, int int1, int int2, int int3, int int4, int int5, boolean boolean1)
WorldSoundManager.WorldSound
init(IsoObject object, int int1, int int2, int int3, int int4, int int5, boolean boolean1, float float1, float float2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
source
-
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 -
sourceIsZombie
public boolean sourceIsZombie
-
-
Constructor Details
-
WorldSound
public WorldSound()
-
-
Method Details
-
init
public WorldSoundManager.WorldSound init(IsoObject object, int int1, int int2, int int3, int int4, int int5) -
init
public WorldSoundManager.WorldSound init(IsoObject object, int int1, int int2, int int3, int int4, int int5, boolean boolean1) -
init
public WorldSoundManager.WorldSound init(IsoObject object, int int1, int int2, int int3, int int4, int int5, boolean boolean1, float float1, float float2) -
init
public WorldSoundManager.WorldSound init(boolean boolean1, int int1, int int2, int int3, int int4, int int5, boolean boolean2, float float1, float float2)
-