Package net.minecraft.client.sound
Class SoundManager.SoundList
java.lang.Object
net.minecraft.client.sound.SoundManager.SoundList
- Enclosing class:
- SoundManager
@Environment(CLIENT) public static class SoundManager.SoundList extends Object
- Mappings:
Namespace Name official evm$a
intermediary net/minecraft/class_1144$class_4009
named net/minecraft/client/sound/SoundManager$SoundList
-
Field Summary
Fields Modifier and Type Field Description private Map<Identifier,WeightedSoundSet>
loadedSounds
-
Constructor Summary
Constructors Modifier Constructor Description protected
SoundList()
-
Method Summary
Modifier and Type Method Description void
addTo(Map<Identifier,WeightedSoundSet> map, SoundSystem soundSystem)
private void
register(Identifier id, SoundEntry entry, ResourceManager resourceManager)
-
Field Details
-
loadedSounds
- Mappings:
Namespace Name Mixin selector official a
Levm$a;a:Ljava/util/Map;
intermediary field_17908
Lnet/minecraft/class_1144$class_4009;field_17908:Ljava/util/Map;
named loadedSounds
Lnet/minecraft/client/sound/SoundManager$SoundList;loadedSounds:Ljava/util/Map;
-
-
Constructor Details
-
SoundList
protected SoundList()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Levm$a;a(Lwb;Leuj;Lacx;)V
intermediary method_18187
Lnet/minecraft/class_1144$class_4009;method_18187(Lnet/minecraft/class_2960;Lnet/minecraft/class_1110;Lnet/minecraft/class_3300;)V
named register
Lnet/minecraft/client/sound/SoundManager$SoundList;register(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/sound/SoundEntry;Lnet/minecraft/resource/ResourceManager;)V
-
addTo
- Mappings:
Namespace Name Mixin selector official a
Levm$a;a(Ljava/util/Map;Levj;)V
intermediary method_18186
Lnet/minecraft/class_1144$class_4009;method_18186(Ljava/util/Map;Lnet/minecraft/class_1140;)V
named addTo
Lnet/minecraft/client/sound/SoundManager$SoundList;addTo(Ljava/util/Map;Lnet/minecraft/client/sound/SoundSystem;)V
-