public class SoundEngine
| bzu | |
| net.minecraft.class_622 | |
| net.minecraft.client.sound.system.SoundEngine | |
| net.minecraft.client.audio.SoundManager |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private static final org.apache.logging.log4j.Marker |
| ||||||||
| private static final org.apache.logging.log4j.Logger |
| ||||||||
| private static final Set<Identifier> |
| ||||||||
| private final SoundManager |
| ||||||||
| private final GameOptions |
| ||||||||
| private SoundEngine$System |
| ||||||||
| private boolean |
| ||||||||
| private int |
| ||||||||
| private final Map<String, SoundInstance> |
| ||||||||
| private final Map<SoundInstance, String> |
| ||||||||
| private final com.google.common.collect.Multimap<SoundCategory, String> |
| ||||||||
| private final List<TickableSoundInstance> |
| ||||||||
| private final Map<SoundInstance, Integer> |
| ||||||||
| private final Map<String, Integer> |
| ||||||||
| private final List<SoundEventListener> |
| ||||||||
| private final List<String> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (SoundManager manager, GameOptions options) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public void |
| ||||||||
| private synchronized void |
| ||||||||
| private float |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public boolean |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| private float |
| ||||||||
| private float |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| private static URL |
| ||||||||
| public void |
| ||||||||
| public void |
|