Uses of Class
zombie.WorldSoundManager.WorldSound

Packages that use WorldSoundManager.WorldSound
zombie   
 

Uses of WorldSoundManager.WorldSound in zombie
 

Fields in zombie declared as WorldSoundManager.WorldSound
 WorldSoundManager.WorldSound[] WorldSoundManager.Cache
           
 

Fields in zombie with type parameters of type WorldSoundManager.WorldSound
 java.util.ArrayList<WorldSoundManager.WorldSound> WorldSoundManager.SoundList
           
 

Methods in zombie that return WorldSoundManager.WorldSound
 WorldSoundManager.WorldSound WorldSoundManager.getBiggestSound(IsoObject context, int x, int y, int z, boolean ignoreBySameType)
           
 WorldSoundManager.WorldSound WorldSoundManager.getBiggestSoundZomb(int x, int y, int z, boolean ignoreBySameType)
           
 WorldSoundManager.WorldSound WorldSoundManager.getBiggestSoundZomb(int x, int y, int z, boolean ignoreBySameType, IsoZombie zom)
           
 WorldSoundManager.WorldSound WorldSoundManager.getFromCache(int x, int y, int width, int height)