net.minecraft.client.sound.system

public class SoundManager

implements ResourceReloadListener, Tickable

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

Field summary

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

Constructor summary

ModifierConstructor
public (ResourceManager resourceManager, GameOptions options)

Method summary

Modifier and TypeMethod
public void
a(bwd arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)
protected Map<String, FileSoundContainer>
a(InputStream arg0)
method_10434(InputStream arg0)
loadContainers(InputStream is)
getSoundMap(InputStream stream)
private void
a(kl arg0, bye arg1)
method_7120(class_1653 arg0, class_1896 arg1)
load(Identifier location, FileSoundContainer container)
loadSoundResource(ResourceLocation location, SoundList sounds)
private boolean
a(byd arg0, kl arg1)
method_12542(class_2906 arg0, class_1653 arg1)
load(Sound sound, Identifier location)
validateSoundResource(Sound arg0, ResourceLocation arg1)
public SoundPool
a(kl arg0)
method_12545(class_1653 arg0)
get(Identifier location)
getAccessor(ResourceLocation location)
public void
a(byg arg0)
method_7121(class_1900 arg0)
play(SoundInstance sound)
playSound(ISound sound)
public void
a(byg arg0, int arg1)
method_7122(class_1900 arg0, int arg1)
play(SoundInstance sound, int delay)
playDelayedSound(ISound sound, int delay)
public void
a(zj arg0, float arg1)
method_7125(class_988 arg0, float arg1)
updateListener(PlayerEntity player, float tickDelta)
setListener(EntityPlayer player, float arg1)
public void
a()
method_7127()
pause()
pauseSounds()
public void
b()
method_7129()
stop()
stopSounds()
public void
d()
method_7131()
close()
unloadSounds()
public void
c()
method_2053()
tick()
update()
public void
e()
method_7132()
resume()
resumeSounds()
public void
a(ni arg0, float arg1)
method_7124(class_2153 arg0, float arg1)
setVolume(SoundCategory category, float volume)
setSoundLevel(SoundCategory category, float volume)
public void
b(byg arg0)
method_7128(class_1900 arg0)
stop(SoundInstance sound)
stopSound(ISound soundIn)
public boolean
c(byg arg0)
method_7130(class_1900 arg0)
isPlaying(SoundInstance sound)
isSoundPlaying(ISound sound)
public void
a(byu arg0)
method_12543(class_2907 arg0)
addListener(SoundEventListener listener)
addListener(ISoundEventListener listener)
public void
b(byu arg0)
method_12546(class_2907 arg0)
removeListener(SoundEventListener listener)
removeListener(ISoundEventListener listener)
public void
a(String arg0, ni arg1)
method_12544(String arg0, class_2153 arg1)
stop(String id, SoundCategory category)
stop(String arg0, SoundCategory arg1)