net.minecraft.client.sound.system

public class SoundManager

implements ResourceReloadListener, Tickable

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

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
b
field_8213
LOGGER
logger
private static final com.google.gson.Gson
c
field_8214
GSON
field_147699_c
private static final ParameterizedType
d
field_8215
TYPE
field_147696_d
public static final Sound
a
field_8212
MISSING_SOUND
missing_sound
private final SoundRegistry
e
field_8216
registry
sndRegistry
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(bqy arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)
private void
a(bqx arg0, bsp arg1)
method_7120(class_1653 arg0, class_1896 arg1)
register(Identifier location, SoundList sounds)
loadSoundResource(ResourceLocation arg0, SoundList arg1)
public SoundPool
a(bqx arg0)
method_7119(class_1653 arg0)
get(Identifier location)
getSound(ResourceLocation arg0)
public void
a(bst arg0)
method_7121(class_1900 arg0)
play(SoundInstance sound)
playSound(ISound arg0)
public void
a(bst arg0, int arg1)
method_7122(class_1900 arg0, int arg1)
play(SoundInstance sound, int delay)
playDelayedSound(ISound arg0, int arg1)
public void
a(yz arg0, float arg1)
method_7125(class_988 arg0, float arg1)
updateListener(PlayerEntity player, float tickDelta)
setListener(EntityPlayer arg0, float arg1)
public void
b()
method_7127()
pause()
pauseSounds()
public void
c()
method_7129()
stop()
stopSounds()
public void
d()
method_7131()
close()
unloadSounds()
public void
a()
method_2053()
tick()
update()
public void
e()
method_7132()
resume()
resumeSounds()
public void
a(w arg0, float arg1)
method_7124(class_2153 arg0, float arg1)
setVolume(SoundCategory category, float volume)
setSoundLevel(SoundCategory arg0, float arg1)
public void
b(bst arg0)
method_7128(class_1900 arg0)
stop(SoundInstance sound)
stopSound(ISound arg0)
public SoundPool
a(w... arg0)
method_7126(class_2153... arg0)
getRandom(SoundCategory... categories)
getRandomSoundFromCategories(SoundCategory... arg0)
public boolean
c(bst arg0)
method_7130(class_1900 arg0)
isPlaying(SoundInstance sound)
isSoundPlaying(ISound arg0)