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
    boolean bRepeating  
    int life  
    int radius  
    java.lang.Object source  
    boolean sourceIsZombie  
    boolean stresshumans  
    float stressMod  
    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​(java.lang.Object object, int int1, int int2, int int3, int int4, int int5)  
    WorldSoundManager.WorldSound init​(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1)  
    WorldSoundManager.WorldSound init​(java.lang.Object 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

      public java.lang.Object 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
    • stressMod

      public float stressMod
    • bRepeating

      public boolean bRepeating
  • Constructor Details

    • WorldSound

      public WorldSound()
  • Method Details

    • init

      public WorldSoundManager.WorldSound init​(java.lang.Object object, int int1, int int2, int int3, int int4, int int5)
    • init

      public WorldSoundManager.WorldSound init​(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1)
    • init

      public WorldSoundManager.WorldSound init​(java.lang.Object 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)