net.minecraft.client.sound

public class SoundSystem

dxy
net.minecraft.class_1140
net.minecraft.client.sound.SoundSystem
net.minecraft.client.audio.SoundEngine

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Marker
a
field_5553
MARKER
field_148623_a
private static final org.apache.logging.log4j.Logger
b
field_5559
LOGGER
field_148621_b
private static final Set<MinecraftKey>
c
field_5561
unknownSounds
field_188775_c
private final SoundManager
d
field_5552
loader
field_148622_c
private final GameOptions
e
field_5555
settings
field_148619_d
private boolean
f
field_5563
started
field_148617_f
private final SoundEngine
g
field_18945
soundEngine
field_217937_g
private final Listener
h
field_18946
listener
field_217938_h
private final SoundLoader
i
field_18947
soundLoader
field_217939_i
private final SoundExecutor
j
field_18948
taskQueue
field_217940_j
private final Channel
k
field_18949
channel
field_217941_k
private int
l
field_5550
ticks
field_148618_g
private final Map<SoundInstance, Channel$SourceManager>
m
field_18950
sources
field_217942_m
private final com.google.common.collect.Multimap<SoundCategory, SoundInstance>
n
field_18951
sounds
field_217943_n
private final List<TickableSoundInstance>
o
field_5557
tickingSounds
field_148625_l
private final Map<SoundInstance, Integer>
p
field_5566
startTicks
field_148626_m
private final Map<SoundInstance, Integer>
q
field_18952
soundEndTicks
field_148624_n
private final List<ListenerSoundInstance>
r
field_5558
listeners
field_188777_o
private final List<Sound>
s
field_5551
preloadedSounds
field_204261_q

Constructor summary

ModifierConstructor
public (SoundManager arg0, GameOptions arg1, IResourceManager arg2)

Method summary

Modifier and TypeMethod
public void
a()
method_4837()
reloadSounds()
func_148596_a()
private synchronized void
g()
method_4846()
start()
func_148608_i()
private float
a(yo arg0)
method_4850(class_3419 arg0)
getSoundVolume(SoundCategory arg0)
func_188769_a(SoundCategory arg0)
public void
a(yo arg0, float arg1)
method_4844(class_3419 arg0, float arg1)
updateSoundVolume(SoundCategory arg0, float arg1)
func_188771_a(SoundCategory arg0, float arg1)
public void
b()
method_4856()
stop()
func_148613_b()
public void
a(dxb arg0)
method_19753(class_1113 arg0)
stop(SoundInstance arg0)
func_148602_b(ISound arg0)
public void
c()
method_4843()
stopAll()
func_148614_c()
public void
a(dya arg0)
method_4855(class_1145 arg0)
registerListener(ListenerSoundInstance arg0)
func_188774_a(ISoundEventListener arg0)
public void
b(dya arg0)
method_4847(class_1145 arg0)
unregisterListener(ListenerSoundInstance arg0)
func_188773_b(ISoundEventListener arg0)
public void
a(boolean arg0)
method_20185(boolean arg0)
tick(boolean arg0)
func_217921_a(boolean arg0)
private void
h()
method_4857()
tick()
func_217927_h()
public boolean
b(dxb arg0)
method_4835(class_1113 arg0)
isPlaying(SoundInstance arg0)
func_217933_b(ISound arg0)
public void
c(dxb arg0)
method_4854(class_1113 arg0)
play(SoundInstance arg0)
func_148611_c(ISound arg0)
public void
a(dwy arg0)
method_4851(class_1111 arg0)
addPreloadedSound(Sound arg0)
func_204259_a(Sound arg0)
private float
d(dxb arg0)
method_4849(class_1113 arg0)
getAdjustedPitch(SoundInstance arg0)
func_188772_d(ISound arg0)
private float
e(dxb arg0)
method_4853(class_1113 arg0)
getAdjustedVolume(SoundInstance arg0)
func_188770_e(ISound arg0)
public void
d()
method_19761()
pauseAll()
func_148610_e()
public void
e()
method_19762()
resumeAll()
func_148604_f()
public void
a(dxb arg0, int arg1)
method_4852(class_1113 arg0, int arg1)
play(SoundInstance arg0, int arg1)
func_148599_a(ISound arg0, int arg1)
public void
a(cvd arg0)
method_4840(class_4184 arg0)
updateListenerPosition(Camera arg0)
func_217920_a(ActiveRenderInfo arg0)
public void
a(qt arg0, yo arg1)
method_4838(class_2960 arg0, class_3419 arg1)
stopSounds(Identifier arg0, SoundCategory arg1)
func_195855_a(ResourceLocation arg0, SoundCategory arg1)
public String
f()
method_20304()
getDebugString()
func_217932_f()