Package zombie
Interface ISoundSystem
public interface ISoundSystem
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ISoundSystem.InstanceFailAction
static interface
ISoundSystem.ISoundInstance
static class
ISoundSystem.SoundFormat
-
Method Summary
Modifier and Type Method Description void
cacheSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2)
void
cacheSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1)
void
clearSoundCache()
int
countInstances(java.lang.String string)
void
fadeOutAll(float float1)
void
init()
ISoundSystem.ISoundInstance
playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1)
ISoundSystem.ISoundInstance
playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1, float float2)
ISoundSystem.ISoundInstance
playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1, float float2, float float3)
ISoundSystem.ISoundInstance
playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1)
ISoundSystem.ISoundInstance
playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2)
ISoundSystem.ISoundInstance
playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2, float float3)
void
purge()
void
setInstanceLimit(java.lang.String string, int int1, ISoundSystem.InstanceFailAction instanceFailAction)
void
update()
-
Method Details
-
init
void init() -
update
void update() -
purge
void purge() -
fadeOutAll
void fadeOutAll(float float1) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2, float float3) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1, float float2) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1, float float2, float float3) -
cacheSound
void cacheSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1) -
cacheSound
void cacheSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2) -
clearSoundCache
void clearSoundCache() -
countInstances
int countInstances(java.lang.String string) -
setInstanceLimit
void setInstanceLimit(java.lang.String string, int int1, ISoundSystem.InstanceFailAction instanceFailAction)
-