Package zombie
Interface ISoundSystem
public interface ISoundSystem
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classISoundSystem.InstanceFailActionstatic interfaceISoundSystem.ISoundInstancestatic classISoundSystem.SoundFormat -
Method Summary
Modifier and Type Method Description voidcacheSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2)voidcacheSound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1)voidclearSoundCache()intcountInstances(java.lang.String string)voidfadeOutAll(float float1)voidinit()ISoundSystem.ISoundInstanceplaySound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1)ISoundSystem.ISoundInstanceplaySound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1, float float2)ISoundSystem.ISoundInstanceplaySound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, boolean boolean1, boolean boolean2, float float1, float float2, float float3)ISoundSystem.ISoundInstanceplaySound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1)ISoundSystem.ISoundInstanceplaySound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2)ISoundSystem.ISoundInstanceplaySound(ISoundSystem.SoundFormat soundFormat, java.lang.String string, java.lang.String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2, float float3)voidpurge()voidsetInstanceLimit(java.lang.String string, int int1, ISoundSystem.InstanceFailAction instanceFailAction)voidupdate()
-
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)
-