net.minecraft.client.sound.system

public class SoundManager

implements Tickable, ResourceReloadListener

dgt
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 Map<Identifier, SoundPool>
e
field_21133
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(vf arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
func_195410_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(pc arg0, dfu 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(dft arg0, pc arg1)
method_12542(class_2906 arg0, class_1653 arg1)
load(Sound sound, Identifier location)
func_184401_a(Sound arg0, ResourceLocation arg1)
validateSoundResource(Sound soundIn, ResourceLocation arg1)
public SoundPool
a(pc arg0)
method_12545(class_1653 arg0)
get(Identifier location)
func_184398_a(ResourceLocation arg0)
getAccessor(ResourceLocation location)
public Collection<Identifier>
a()
method_19628()
getLocations()
func_195477_a()
getAvailableSounds()
public void
a(dfw arg0)
method_7121(class_1900 arg0)
play(SoundInstance sound)
func_147682_a(ISound arg0)
play(ISound sound)
public void
a(dfw arg0, int arg1)
method_7122(class_1900 arg0, int arg1)
play(SoundInstance sound, int delay)
func_147681_a(ISound arg0, int arg1)
playDelayed(ISound sound, int delay)
public void
a(aog 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 partialTicks)
public void
b()
method_7127()
pause()
func_147689_b()
pause()
public void
c()
method_7129()
stop()
func_147690_c()
stop()
public void
d()
method_7131()
close()
func_147685_d()
unloadSounds()
public void
Y_()
method_2053()
tick()
func_73660_a()
tick()
public void
e()
method_7132()
resume()
func_147687_e()
resume()
public void
a(wk 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(dfw arg0)
method_7128(class_1900 arg0)
stop(SoundInstance sound)
func_147683_b(ISound arg0)
stop(ISound soundIn)
public boolean
c(dfw arg0)
method_7130(class_1900 arg0)
isPlaying(SoundInstance sound)
func_147692_c(ISound arg0)
isPlaying(ISound sound)
public void
a(dgs arg0)
method_12543(class_2907 arg0)
addListener(SoundEventListener listener)
func_184402_a(ISoundEventListener arg0)
addListener(ISoundEventListener listener)
public void
b(dgs arg0)
method_12546(class_2907 arg0)
removeListener(SoundEventListener listener)
func_184400_b(ISoundEventListener arg0)
removeListener(ISoundEventListener listener)
public void
a(pc arg0, wk arg1)
method_19629(class_1653 arg0, class_2153 arg1)
stop(Identifier location, SoundCategory category)
func_195478_a(ResourceLocation arg0, SoundCategory arg1)
stop(ResourceLocation id, SoundCategory category)