net.minecraft.client.sound.system

public class SoundEngine

btj
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 final SoundManager
c
field_8192
manager
sndHandler
private final GameOptions
d
field_2264
options
options
private SoundEngine__System
e
field_8193
system
sndSystem
private boolean
f
field_2265
started
loaded
private int
g
field_8194
ticks
playTime
private final Map
h
field_8195
eventsByChannel
playingSounds
private final Map
i
field_8196
channelsByEvent
invPlayingSounds
private Map
j
field_8197
sources
playingSoundPoolEntries
private final com.google.common.collect.Multimap
k
field_8198
channelsByCategory
categorySounds
private final List
l
field_8199
tickableEvents
tickableSounds
private final Map
m
field_8200
delayedEvents
delayedSounds
private final Map
n
field_8201
soundBuffer
playingSoundsStopTime

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(w arg0)
method_7103(class_2153 arg0)
getVolume(SoundCategory category)
getSoundCategoryVolume(SoundCategory arg0)
public void
a(w arg0, float arg1)
method_7104(class_2153 arg0, float arg1)
setVolume(SoundCategory category, float volume)
setSoundCategoryVolume(SoundCategory arg0, float arg1)
public void
b()
method_1714()
close()
unloadSoundSystem()
public void
c()
method_4374()
stop()
stopAllSounds()
public void
d()
method_7109()
tick()
updateAllSounds()
public boolean
a(bst arg0)
method_7097(class_1900 arg0)
isPlaying(SoundInstance sound)
isSoundPlaying(ISound arg0)
public void
b(bst arg0)
method_7106(class_1900 arg0)
stop(SoundInstance sound)
stopSound(ISound arg0)
public void
c(bst arg0)
method_7108(class_1900 arg0)
play(SoundInstance sound)
playSound(ISound arg0)
private float
a(bst arg0, bti arg1)
method_7099(class_1900 arg0, class_621 arg1)
getPitch(SoundInstance instance, Sound sound)
getNormalizedPitch(ISound arg0, SoundPoolEntry arg1)
private float
a(bst arg0, bti arg1, w arg2)
method_7100(class_1900 arg0, class_621 arg1, class_2153 arg2)
getVolume(SoundInstance instance, Sound sound, SoundCategory category)
getNormalizedVolume(ISound arg0, SoundPoolEntry arg1, SoundCategory arg2)
public void
e()
method_7110()
pause()
pauseAllSounds()
public void
f()
method_7111()
resume()
resumeAllSounds()
public void
a(bst arg0, int arg1)
method_7098(class_1900 arg0, int arg1)
playLater(SoundInstance sound, int delay)
playDelayedSound(ISound arg0, int arg1)
private static URL
a(bqx arg0)
method_7096(class_1653 arg0)
getSoundUrl(Identifier location)
getURLForSoundResource(ResourceLocation arg0)
public void
a(yz arg0, float arg1)
method_7105(class_988 arg0, float arg1)
update(PlayerEntity listener, float tickDelta)
setListener(EntityPlayer arg0, float arg1)