net.minecraft.client.sound.system

public class SoundManager

implements ResourceReloadListener, Tickable

cho
net.minecraft.class_1909
net.minecraft.client.sound.system.SoundManager
net.minecraft.client.audio.SoundHandler
net.minecraft.client.audio.SoundHandler

Field summary

Modifier and TypeField
public static final Sound
a
field_13702
MISSING_SOUND
field_147700_a
MISSING_SOUND
private static final org.apache.logging.log4j.Logger
b
field_8213
LOGGER
field_147698_b
LOGGER
private static final com.google.gson.Gson
c
field_8214
GSON
field_147699_c
GSON
private static final ParameterizedType
d
field_8215
TYPE
field_147696_d
TYPE
private final SoundRegistry
e
field_8216
registry
field_147697_e
soundRegistry
private final SoundEngine
f
field_8217
engine
field_147694_f
sndManager
private final ResourceManager
g
field_8218
resourceManager
field_147695_g
resourceManager

Constructor summary

ModifierConstructor
public (ResourceManager resourceManager, GameOptions options)

Method summary

Modifier and TypeMethod
public void
a(cep arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
func_110549_a(IResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)
protected Map<String, FileSoundContainer>
a(InputStream arg0)
method_10434(InputStream arg0)
loadContainers(InputStream is)
func_175085_a(InputStream arg0)
getSoundMap(InputStream stream)
private void
a(nf arg0, cgr arg1)
method_7120(class_1653 arg0, class_1896 arg1)
load(Identifier location, FileSoundContainer container)
func_147693_a(ResourceLocation arg0, SoundList arg1)
loadSoundResource(ResourceLocation location, SoundList sounds)
private boolean
a(cgq arg0, nf arg1)
method_12542(class_2906 arg0, class_1653 arg1)
load(Sound sound, Identifier location)
func_184401_a(Sound arg0, ResourceLocation arg1)
validateSoundResource(Sound arg0, ResourceLocation arg1)
public SoundPool
a(nf arg0)
method_12545(class_1653 arg0)
get(Identifier location)
func_184398_a(ResourceLocation arg0)
getAccessor(ResourceLocation location)
public void
a(cgt arg0)
method_7121(class_1900 arg0)
play(SoundInstance sound)
func_147682_a(ISound arg0)
playSound(ISound sound)
public void
a(cgt arg0, int arg1)
method_7122(class_1900 arg0, int arg1)
play(SoundInstance sound, int delay)
func_147681_a(ISound arg0, int arg1)
playDelayedSound(ISound sound, int delay)
public void
a(aed arg0, float arg1)
method_7125(class_988 arg0, float arg1)
updateListener(PlayerEntity player, float tickDelta)
func_147691_a(EntityPlayer arg0, float arg1)
setListener(EntityPlayer player, float arg1)
public void
a()
method_7127()
pause()
func_147689_b()
pauseSounds()
public void
b()
method_7129()
stop()
func_147690_c()
stopSounds()
public void
c()
method_7131()
close()
func_147685_d()
unloadSounds()
public void
e()
method_2053()
tick()
func_73660_a()
update()
public void
d()
method_7132()
resume()
func_147687_e()
resumeSounds()
public void
a(qg arg0, float arg1)
method_7124(class_2153 arg0, float arg1)
setVolume(SoundCategory category, float volume)
func_184399_a(SoundCategory arg0, float arg1)
setSoundLevel(SoundCategory category, float volume)
public void
b(cgt arg0)
method_7128(class_1900 arg0)
stop(SoundInstance sound)
func_147683_b(ISound arg0)
stopSound(ISound soundIn)
public boolean
c(cgt arg0)
method_7130(class_1900 arg0)
isPlaying(SoundInstance sound)
func_147692_c(ISound arg0)
isSoundPlaying(ISound sound)
public void
a(chn arg0)
method_12543(class_2907 arg0)
addListener(SoundEventListener listener)
func_184402_a(ISoundEventListener arg0)
addListener(ISoundEventListener listener)
public void
b(chn arg0)
method_12546(class_2907 arg0)
removeListener(SoundEventListener listener)
func_184400_b(ISoundEventListener arg0)
removeListener(ISoundEventListener listener)
public void
a(String arg0, qg arg1)
method_12544(String arg0, class_2153 arg1)
stop(String id, SoundCategory category)
func_189520_a(String arg0, SoundCategory arg1)
stop(String arg0, SoundCategory arg1)