net.minecraft.client.sound.system

public class SoundEngine

dgr
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
ticks
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
private final List<Sound>
q
field_21131
preloadQueue
field_204261_q
soundsToPreload

Constructor summary

ModifierConstructor
public (SoundManager manager, GameOptions options)

Method summary

Modifier and TypeMethod
public void
a()
method_7095()
reload()
func_148596_a()
reload()
private synchronized void
h()
method_7114()
start()
func_148608_i()
load()
private float
a(wk arg0)
method_7103(class_2153 arg0)
getVolume(SoundCategory category)
func_188769_a(SoundCategory arg0)
getVolume(SoundCategory category)
public void
a(wk 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()
unload()
public void
c()
method_4374()
stop()
func_148614_c()
stopAllSounds()
public void
a(dgs arg0)
method_12536(class_2907 arg0)
addListener(SoundEventListener listener)
func_188774_a(ISoundEventListener arg0)
addListener(ISoundEventListener listener)
public void
b(dgs 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()
tick()
public boolean
a(dfw arg0)
method_7097(class_1900 arg0)
isPlaying(SoundInstance sound)
func_148597_a(ISound arg0)
isPlaying(ISound sound)
public void
b(dfw arg0)
method_7106(class_1900 arg0)
stop(SoundInstance sound)
func_148602_b(ISound arg0)
stop(ISound sound)
public void
c(dfw arg0)
method_7108(class_1900 arg0)
play(SoundInstance sound)
func_148611_c(ISound arg0)
play(ISound p_sound)
public void
a(dft arg0)
method_19624(class_2906 arg0)
preloadSound(Sound sound)
func_204259_a(Sound arg0)
enqueuePreload(Sound soundIn)
private void
b(dft arg0)
method_19626(class_2906 arg0)
doPreloadSound(Sound sound)
func_204260_b(Sound arg0)
preload(Sound soundIn)
private float
d(dfw arg0)
method_12539(class_1900 arg0)
getPitch(SoundInstance sound)
func_188772_d(ISound arg0)
getClampedPitch(ISound soundIn)
private float
e(dfw 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()
pause()
public void
f()
method_7111()
resume()
func_148604_f()
resume()
public void
a(dfw arg0, int arg1)
method_7098(class_1900 arg0, int arg1)
playLater(SoundInstance sound, int delay)
func_148599_a(ISound arg0, int arg1)
playDelayed(ISound sound, int delay)
private static URL
a(pc arg0)
method_7096(class_1653 arg0)
getSoundUrl(Identifier location)
func_148612_a(ResourceLocation arg0)
getURLForSoundResource(ResourceLocation resource)
public void
a(aog 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 partialTicks)
public void
a(pc arg0, wk arg1)
method_19625(class_1653 arg0, class_2153 arg1)
stop(Identifier location, SoundCategory category)
func_195855_a(ResourceLocation arg0, SoundCategory arg1)
stop(ResourceLocation soundName, SoundCategory category)