net.minecraft.client.sound.system

public class SoundEngine

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

Field summary

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

Constructor summary

ModifierConstructor
public (SoundManager manager, GameOptions options)

Method summary

Modifier and TypeMethod
public void
a()
method_7095()
reload()
reloadSoundSystem()
private synchronized void
i()
method_7114()
start()
loadSoundSystem()
private float
a(ni arg0)
method_7103(class_2153 arg0)
getVolume(SoundCategory category)
getVolume(SoundCategory category)
public void
a(ni arg0, float arg1)
method_7104(class_2153 arg0, float arg1)
setVolume(SoundCategory category, float volume)
setVolume(SoundCategory category, float volume)
public void
b()
method_1714()
close()
unloadSoundSystem()
public void
c()
method_4374()
stop()
stopAllSounds()
public void
a(byu arg0)
method_12536(class_2907 arg0)
addListener(SoundEventListener listener)
addListener(ISoundEventListener listener)
public void
b(byu arg0)
method_12538(class_2907 arg0)
removeListener(SoundEventListener listener)
removeListener(ISoundEventListener listener)
public void
d()
method_7109()
tick()
updateAllSounds()
public boolean
a(byg arg0)
method_7097(class_1900 arg0)
isPlaying(SoundInstance sound)
isSoundPlaying(ISound sound)
public void
b(byg arg0)
method_7106(class_1900 arg0)
stop(SoundInstance sound)
stopSound(ISound sound)
public void
c(byg arg0)
method_7108(class_1900 arg0)
play(SoundInstance sound)
playSound(ISound p_sound)
private float
d(byg arg0)
method_12539(class_1900 arg0)
getPitch(SoundInstance sound)
getClampedPitch(ISound soundIn)
private float
e(byg arg0)
method_12540(class_1900 arg0)
getVolume(SoundInstance sound)
getClampedVolume(ISound soundIn)
public void
e()
method_7110()
pause()
pauseAllSounds()
public void
f()
method_7111()
resume()
resumeAllSounds()
public void
a(byg arg0, int arg1)
method_7098(class_1900 arg0, int arg1)
playLater(SoundInstance sound, int delay)
playDelayedSound(ISound sound, int delay)
private static URL
a(kl arg0)
method_7096(class_1653 arg0)
getSoundUrl(Identifier location)
getURLForSoundResource(ResourceLocation arg0)
public void
a(zj arg0, float arg1)
method_7105(class_988 arg0, float arg1)
update(PlayerEntity listener, float tickDelta)
setListener(EntityPlayer player, float arg1)
public void
a(String arg0, ni arg1)
method_12537(String arg0, class_2153 arg1)
stop(String location, SoundCategory category)
stop(String arg0, SoundCategory arg1)