Package net.minecraft.client.sound
Class SoundLoader
java.lang.Object
net.minecraft.client.sound.SoundLoader
- Mappings:
Namespace Name official fnv
intermediary net/minecraft/class_4237
named net/minecraft/client/sound/SoundLoader
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Map<Identifier,
CompletableFuture<StaticSound>> private final ResourceManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
loadStatic
(Collection<Sound> sounds) loadStatic
(Identifier id) loadStreamed
(Identifier id, boolean repeatInstantly)
-
Field Details
-
resourceManager
- Mappings:
Namespace Name Mixin selector official a
Lfnv;a:Laim;
intermediary field_18943
Lnet/minecraft/class_4237;field_18943:Lnet/minecraft/class_3300;
named resourceManager
Lnet/minecraft/client/sound/SoundLoader;resourceManager:Lnet/minecraft/resource/ResourceManager;
-
loadedSounds
- Mappings:
Namespace Name Mixin selector official b
Lfnv;b:Ljava/util/Map;
intermediary field_18944
Lnet/minecraft/class_4237;field_18944:Ljava/util/Map;
named loadedSounds
Lnet/minecraft/client/sound/SoundLoader;loadedSounds:Ljava/util/Map;
-
-
Constructor Details
-
SoundLoader
- Mappings:
Namespace Name Mixin selector official <init>
Lfnv;<init>(Laim;)V
intermediary <init>
Lnet/minecraft/class_4237;<init>(Lnet/minecraft/class_3300;)V
named <init>
Lnet/minecraft/client/sound/SoundLoader;<init>(Lnet/minecraft/resource/ResourceManager;)V
-
-
Method Details
-
loadStatic
- Mappings:
Namespace Name Mixin selector official a
Lfnv;a(Labb;)Ljava/util/concurrent/CompletableFuture;
intermediary method_19743
Lnet/minecraft/class_4237;method_19743(Lnet/minecraft/class_2960;)Ljava/util/concurrent/CompletableFuture;
named loadStatic
Lnet/minecraft/client/sound/SoundLoader;loadStatic(Lnet/minecraft/util/Identifier;)Ljava/util/concurrent/CompletableFuture;
-
loadStreamed
- Mappings:
Namespace Name Mixin selector official a
Lfnv;a(Labb;Z)Ljava/util/concurrent/CompletableFuture;
intermediary method_19744
Lnet/minecraft/class_4237;method_19744(Lnet/minecraft/class_2960;Z)Ljava/util/concurrent/CompletableFuture;
named loadStreamed
Lnet/minecraft/client/sound/SoundLoader;loadStreamed(Lnet/minecraft/util/Identifier;Z)Ljava/util/concurrent/CompletableFuture;
-
close
public void close()- Mappings:
Namespace Name Mixin selector official a
Lfnv;a()V
intermediary method_19738
Lnet/minecraft/class_4237;method_19738()V
named close
Lnet/minecraft/client/sound/SoundLoader;close()V
-
loadStatic
- Mappings:
Namespace Name Mixin selector official a
Lfnv;a(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;
intermediary method_19741
Lnet/minecraft/class_4237;method_19741(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;
named loadStatic
Lnet/minecraft/client/sound/SoundLoader;loadStatic(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;
-