net.minecraft.client.sound.system

public class SoundEngine

chm
net.minecraft.class_622
net.minecraft.client.sound.system.SoundEngine
net.minecraft.client.audio.SoundManager
net.minecraft.client.audio.SoundManager

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Marker
a
field_8190
MARKER
field_148623_a
LOG_MARKER
private static final org.apache.logging.log4j.Logger
b
field_8191
LOGGER
field_148621_b
LOGGER
private static final Set<Identifier>
c
field_13699
UNKNOWN_EVENTS
field_188775_c
UNABLE_TO_PLAY
private final SoundManager
d
field_8192
manager
field_148622_c
sndHandler
private final GameOptions
e
field_2264
options
field_148619_d
options
private SoundEngine$System
f
field_8193
system
field_148620_e
sndSystem
private boolean
g
field_2265
started
field_148617_f
loaded
private int
h
field_8194
ticks
field_148618_g
playTime
private final Map<String, SoundInstance>
i
field_8195
eventsByChannel
field_148629_h
playingSounds
private final Map<SoundInstance, String>
j
field_8196
channelsByEvent
field_148630_i
invPlayingSounds
private final com.google.common.collect.Multimap<SoundCategory, String>
k
field_8198
channelsByCategory
field_188776_k
categorySounds
private final List<TickableSoundInstance>
l
field_8199
tickableEvents
field_148625_l
tickableSounds
private final Map<SoundInstance, Integer>
m
field_8200
delayedEvents
field_148626_m
delayedSounds
private final Map<String, Integer>
n
field_8201
soundBuffer
field_148624_n
playingSoundsStopTime
private final List<SoundEventListener>
o
field_13700
listeners
field_188777_o
listeners
private final List<String>
p
field_13701
channels
field_189000_p
pausedChannels

Constructor summary

ModifierConstructor
public (SoundManager manager, GameOptions options)

Method summary

Modifier and TypeMethod
public void
a()
method_7095()
reload()
func_148596_a()
reloadSoundSystem()
private synchronized void
i()
method_7114()
start()
func_148608_i()
loadSoundSystem()
private float
a(qg arg0)
method_7103(class_2153 arg0)
getVolume(SoundCategory category)
func_188769_a(SoundCategory arg0)
getVolume(SoundCategory category)
public void
a(qg arg0, float arg1)
method_7104(class_2153 arg0, float arg1)
setVolume(SoundCategory category, float volume)
func_188771_a(SoundCategory arg0, float arg1)
setVolume(SoundCategory category, float volume)
public void
b()
method_1714()
close()
func_148613_b()
unloadSoundSystem()
public void
c()
method_4374()
stop()
func_148614_c()
stopAllSounds()
public void
a(chn arg0)
method_12536(class_2907 arg0)
addListener(SoundEventListener listener)
func_188774_a(ISoundEventListener arg0)
addListener(ISoundEventListener listener)
public void
b(chn arg0)
method_12538(class_2907 arg0)
removeListener(SoundEventListener listener)
func_188773_b(ISoundEventListener arg0)
removeListener(ISoundEventListener listener)
public void
d()
method_7109()
tick()
func_148605_d()
updateAllSounds()
public boolean
a(cgt arg0)
method_7097(class_1900 arg0)
isPlaying(SoundInstance sound)
func_148597_a(ISound arg0)
isSoundPlaying(ISound sound)
public void
b(cgt arg0)
method_7106(class_1900 arg0)
stop(SoundInstance sound)
func_148602_b(ISound arg0)
stopSound(ISound sound)
public void
c(cgt arg0)
method_7108(class_1900 arg0)
play(SoundInstance sound)
func_148611_c(ISound arg0)
playSound(ISound p_sound)
private float
d(cgt arg0)
method_12539(class_1900 arg0)
getPitch(SoundInstance sound)
func_188772_d(ISound arg0)
getClampedPitch(ISound soundIn)
private float
e(cgt arg0)
method_12540(class_1900 arg0)
getVolume(SoundInstance sound)
func_188770_e(ISound arg0)
getClampedVolume(ISound soundIn)
public void
e()
method_7110()
pause()
func_148610_e()
pauseAllSounds()
public void
f()
method_7111()
resume()
func_148604_f()
resumeAllSounds()
public void
a(cgt arg0, int arg1)
method_7098(class_1900 arg0, int arg1)
playLater(SoundInstance sound, int delay)
func_148599_a(ISound arg0, int arg1)
playDelayedSound(ISound sound, int delay)
private static URL
a(nf arg0)
method_7096(class_1653 arg0)
getSoundUrl(Identifier location)
func_148612_a(ResourceLocation arg0)
getURLForSoundResource(ResourceLocation arg0)
public void
a(aed arg0, float arg1)
method_7105(class_988 arg0, float arg1)
update(PlayerEntity listener, float tickDelta)
func_148615_a(EntityPlayer arg0, float arg1)
setListener(EntityPlayer player, float arg1)
public void
a(String arg0, qg arg1)
method_12537(String arg0, class_2153 arg1)
stop(String location, SoundCategory category)
func_189567_a(String arg0, SoundCategory arg1)
stop(String arg0, SoundCategory arg1)