net.minecraft.client.sound

public class SoundManager

extends ResourceDataAbstract<SoundManager$SoundList>

All mapped superinterfaces:

IReloadListener

dyb
net.minecraft.class_1144
net.minecraft.client.sound.SoundManager
net.minecraft.client.audio.SoundHandler

Field summary

Modifier and TypeField
public static final Sound
a
field_5592
MISSING_SOUND
field_147700_a
private static final org.apache.logging.log4j.Logger
b
field_5593
LOGGER
field_147698_b
private static final com.google.gson.Gson
c
field_5594
GSON
field_147699_c
private static final ParameterizedType
d
field_5591
TYPE
field_147696_d
private final Map<MinecraftKey, WeightedSoundSet>
e
field_5588
sounds
field_147697_e
private final SoundSystem
f
field_5590
soundSystem
field_147694_f

Constructor summary

ModifierConstructor
public (IResourceManager arg0, GameOptions arg1)

Method summary

Modifier and TypeMethod
protected SoundManager$SoundList
a(xg arg0, agk arg1)
method_18180(class_3300 arg0, class_3695 arg1)
method_18180(ResourceManager arg0, Profiler arg1)
func_212854_a_(IResourceManager arg0, IProfiler arg1)
protected void
a(dyb$a arg0, xg arg1, agk arg2)
method_18182(class_1144$class_4009 arg0, class_3300 arg1, class_3695 arg2)
method_18182(SoundManager$SoundList arg0, ResourceManager arg1, Profiler arg2)
func_212853_a_(SoundHandler$Loader arg0, IResourceManager arg1, IProfiler arg2)
protected static Map<String, SoundEntry>
a(InputStream arg0)
method_4867(InputStream arg0)
readSounds(InputStream arg0)
func_175085_a(InputStream arg0)
private static boolean
b(dwy arg0, qt arg1, xg arg2)
method_4868(class_1111 arg0, class_2960 arg1, class_3300 arg2)
isSoundResourcePresent(Sound arg0, Identifier arg1, ResourceManager arg2)
func_215292_b(Sound arg0, ResourceLocation arg1, IResourceManager arg2)
public WeightedSoundSet
a(qt arg0)
method_4869(class_2960 arg0)
get(Identifier arg0)
func_184398_a(ResourceLocation arg0)
public Collection<MinecraftKey>
a()
method_4864()
getKeys()
func_195477_a()
public void
a(dxb arg0)
method_4873(class_1113 arg0)
play(SoundInstance arg0)
func_147682_a(ISound arg0)
public void
a(dxb arg0, int arg1)
method_4872(class_1113 arg0, int arg1)
play(SoundInstance arg0, int arg1)
func_147681_a(ISound arg0, int arg1)
public void
a(cvd arg0)
method_4876(class_4184 arg0)
updateListenerPosition(Camera arg0)
func_215289_a(ActiveRenderInfo arg0)
public void
b()
method_4879()
pauseAll()
func_147689_b()
public void
c()
method_4881()
stopAll()
func_147690_c()
public void
d()
method_4882()
close()
func_147685_d()
public void
a(boolean arg0)
method_18670(boolean arg0)
tick(boolean arg0)
func_215290_a(boolean arg0)
public void
e()
method_4880()
resumeAll()
func_147687_e()
public void
a(yo arg0, float arg1)
method_4865(class_3419 arg0, float arg1)
updateSoundVolume(SoundCategory arg0, float arg1)
func_184399_a(SoundCategory arg0, float arg1)
public void
b(dxb arg0)
method_4870(class_1113 arg0)
stop(SoundInstance arg0)
func_147683_b(ISound arg0)
public boolean
c(dxb arg0)
method_4877(class_1113 arg0)
isPlaying(SoundInstance arg0)
func_215294_c(ISound arg0)
public void
a(dya arg0)
method_4878(class_1145 arg0)
registerListener(ListenerSoundInstance arg0)
func_184402_a(ISoundEventListener arg0)
public void
b(dya arg0)
method_4866(class_1145 arg0)
unregisterListener(ListenerSoundInstance arg0)
func_184400_b(ISoundEventListener arg0)
public void
a(qt arg0, yo arg1)
method_4875(class_2960 arg0, class_3419 arg1)
stopSounds(Identifier arg0, SoundCategory arg1)
func_195478_a(ResourceLocation arg0, SoundCategory arg1)
public String
f()
method_20305()
getDebugString()
func_215293_f()