net.minecraft.client.sound.system

public class SoundManager

implements Tickable, ResourceReloadListener

dgs
net.minecraft.unmapped.C_95503740
net.minecraft.client.sound.system.SoundManager
net.minecraft.client.audio.SoundHandler

Field summary

Modifier and TypeField
public static final Sound
a
f_53708995
MISSING_SOUND
field_147700_a
private static final org.apache.logging.log4j.Logger
b
f_00484868
LOGGER
field_147698_b
private static final com.google.gson.Gson
c
f_38311297
GSON
field_147699_c
private static final ParameterizedType
d
f_27944650
TYPE
field_147696_d
private final Map<Identifier, SoundPool>
e
f_60912233
registry
field_147697_e
private final SoundEngine
f
f_90086216
engine
field_147694_f
private final ResourceManager
g
f_16851037
resourceManager
field_147695_g

Constructor summary

ModifierConstructor
public (ResourceManager resourceManager, GameOptions options)

Method summary

Modifier and TypeMethod
public void
a(vf arg0)
m_94505059(C_52500310 arg0)
reload(ResourceManager arg0)
func_195410_a(IResourceManager arg0)
protected Map<String, FileSoundContainer>
a(InputStream arg0)
m_39912701(InputStream arg0)
loadContainers(InputStream is)
func_175085_a(InputStream arg0)
private void
a(pc arg0, dft arg1)
m_01109380(C_22168528 arg0, C_33335014 arg1)
load(Identifier location, FileSoundContainer container)
func_147693_a(ResourceLocation arg0, SoundList arg1)
private boolean
a(dfs arg0, pc arg1)
m_86100854(C_46966919 arg0, C_22168528 arg1)
load(Sound sound, Identifier location)
func_184401_a(Sound arg0, ResourceLocation arg1)
public SoundPool
a(pc arg0)
m_94760620(C_22168528 arg0)
get(Identifier location)
func_184398_a(ResourceLocation arg0)
public Collection<Identifier>
a()
m_21945008()
getLocations()
func_195477_a()
public void
a(dfv arg0)
m_76360080(C_53396390 arg0)
play(SoundInstance sound)
func_147682_a(ISound arg0)
public void
a(dfv arg0, int arg1)
m_31920319(C_53396390 arg0, int arg1)
play(SoundInstance sound, int delay)
func_147681_a(ISound arg0, int arg1)
public void
a(aof arg0, float arg1)
m_95616545(C_40996800 arg0, float arg1)
updateListener(PlayerEntity player, float tickDelta)
func_147691_a(EntityPlayer arg0, float arg1)
public void
b()
m_84532828()
pause()
func_147689_b()
public void
c()
m_51791170()
stop()
func_147690_c()
public void
d()
m_57237250()
close()
func_147685_d()
public void
Y_()
m_65302345()
tick()
func_73660_a()
public void
e()
m_48398441()
resume()
func_147687_e()
public void
a(wk arg0, float arg1)
m_88002341(C_28706180 arg0, float arg1)
setVolume(SoundCategory category, float volume)
func_184399_a(SoundCategory arg0, float arg1)
public void
b(dfv arg0)
m_46369840(C_53396390 arg0)
stop(SoundInstance sound)
func_147683_b(ISound arg0)
public boolean
c(dfv arg0)
m_92956382(C_53396390 arg0)
isPlaying(SoundInstance sound)
func_147692_c(ISound arg0)
public void
a(dgr arg0)
m_17383207(C_31433435 arg0)
addListener(SoundEventListener listener)
func_184402_a(ISoundEventListener arg0)
public void
b(dgr arg0)
m_29195627(C_31433435 arg0)
removeListener(SoundEventListener listener)
func_184400_b(ISoundEventListener arg0)
public void
a(pc arg0, wk arg1)
m_16257071(C_22168528 arg0, C_28706180 arg1)
stop(Identifier location, SoundCategory category)
func_195478_a(ResourceLocation arg0, SoundCategory arg1)