Package net.minecraft.client.sound
Class SoundManager.SoundList
java.lang.Object
net.minecraft.client.sound.SoundManager.SoundList
- Enclosing class:
SoundManager
- Mappings:
Namespace Name official fnz$a
intermediary net/minecraft/class_1144$class_4009
named net/minecraft/client/sound/SoundManager$SoundList
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
register
(Identifier id, SoundEntry entry, ResourceManager resourceManager) void
reload
(Map<Identifier, WeightedSoundSet> sounds, SoundSystem soundSystem)
-
Field Details
-
loadedSounds
- Mappings:
Namespace Name Mixin selector official a
Lfnz$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
Lfnz$a;a(Labb;Lfmt;Laim;)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
-
reload
- Mappings:
Namespace Name Mixin selector official a
Lfnz$a;a(Ljava/util/Map;Lfnw;)V
intermediary method_18186
Lnet/minecraft/class_1144$class_4009;method_18186(Ljava/util/Map;Lnet/minecraft/class_1140;)V
named reload
Lnet/minecraft/client/sound/SoundManager$SoundList;reload(Ljava/util/Map;Lnet/minecraft/client/sound/SoundSystem;)V
-