History - net.minecraft.client.sound.system.SoundEngine
1.7.10
Names
btj
net.minecraft.class_622
net.minecraft.client.sound.system.SoundEngine
net.minecraft.client.audio.SoundManager
Fields
org.apache.logging.log4j.Marker: a, field_8190, MARKER, LOG_MARKER
org.apache.logging.log4j.Logger: b, field_8191, LOGGER, logger
SoundManager: c, field_8192, manager, sndHandler
GameOptions: d, field_2264, options, options
SoundEngine__System: e, field_8193, system, sndSystem
boolean: f, field_2265, started, loaded
int: g, field_8194, ticks, playTime
Map: h, field_8195, eventsByChannel, playingSounds
Map: i, field_8196, channelsByEvent, invPlayingSounds
Map: j, field_8197, sources, playingSoundPoolEntries
com.google.common.collect.Multimap: k, field_8198, channelsByCategory, categorySounds
List: l, field_8199, tickableEvents, tickableSounds
Map: m, field_8200, delayedEvents, delayedSounds
Map: n, field_8201, soundBuffer, playingSoundsStopTime
Constructors
Methods
void (): a, method_7095, reload, reloadSoundSystem
void (): i, method_7114, start, loadSoundSystem
float (SoundCategory): a, method_7103, getVolume, getSoundCategoryVolume
void (SoundCategory, float): a, method_7104, setVolume, setSoundCategoryVolume
void (): b, method_1714, close, unloadSoundSystem
void (): c, method_4374, stop, stopAllSounds
void (): d, method_7109, tick, updateAllSounds
boolean (SoundInstance): a, method_7097, isPlaying, isSoundPlaying
void (SoundInstance): b, method_7106, stop, stopSound
void (SoundInstance): c, method_7108, play, playSound
float (SoundInstance, Sound): a, method_7099, getPitch, getNormalizedPitch
float (SoundInstance, Sound, SoundCategory): a, method_7100, getVolume, getNormalizedVolume
void (): e, method_7110, pause, pauseAllSounds
void (): f, method_7111, resume, resumeAllSounds
void (SoundInstance, int): a, method_7098, playLater, playDelayedSound
URL (Identifier): a, method_7096, getSoundUrl, getURLForSoundResource
void (PlayerEntity, float): a, method_7105, update, setListener