Package net.minecraft.client.sound
Class SoundLoader
java.lang.Object
net.minecraft.client.sound.SoundLoader
- Mappings:
- Namespace - Name - named - net/minecraft/client/sound/SoundLoader- intermediary - net/minecraft/class_4237- official - hjs
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Map<Identifier, CompletableFuture<StaticSound>> private final ResourceFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()loadStatic(Collection<Sound> sounds) loadStatic(Identifier id) loadStreamed(Identifier id, boolean repeatInstantly) 
- 
Field Details- 
resourceFactory- Mappings:
- Namespace - Name - Mixin selector - named - resourceFactory- Lnet/minecraft/client/sound/SoundLoader;resourceFactory:Lnet/minecraft/resource/ResourceFactory;- intermediary - field_18943- Lnet/minecraft/class_4237;field_18943:Lnet/minecraft/class_5912;- official - a- Lhjs;a:Laus;
 
- 
loadedSounds- Mappings:
- Namespace - Name - Mixin selector - named - loadedSounds- Lnet/minecraft/client/sound/SoundLoader;loadedSounds:Ljava/util/Map;- intermediary - field_18944- Lnet/minecraft/class_4237;field_18944:Ljava/util/Map;- official - b- Lhjs;b:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
SoundLoader- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/sound/SoundLoader;<init>(Lnet/minecraft/resource/ResourceFactory;)V- intermediary - <init>- Lnet/minecraft/class_4237;<init>(Lnet/minecraft/class_5912;)V- official - <init>- Lhjs;<init>(Laus;)V
 
 
- 
- 
Method Details- 
loadStatic- Mappings:
- Namespace - Name - Mixin selector - named - loadStatic- Lnet/minecraft/client/sound/SoundLoader;loadStatic(Lnet/minecraft/util/Identifier;)Ljava/util/concurrent/CompletableFuture;- intermediary - method_19743- Lnet/minecraft/class_4237;method_19743(Lnet/minecraft/class_2960;)Ljava/util/concurrent/CompletableFuture;- official - a- Lhjs;a(Lakv;)Ljava/util/concurrent/CompletableFuture;
 
- 
loadStreamed- Mappings:
- Namespace - Name - Mixin selector - named - loadStreamed- Lnet/minecraft/client/sound/SoundLoader;loadStreamed(Lnet/minecraft/util/Identifier;Z)Ljava/util/concurrent/CompletableFuture;- intermediary - method_19744- Lnet/minecraft/class_4237;method_19744(Lnet/minecraft/class_2960;Z)Ljava/util/concurrent/CompletableFuture;- official - a- Lhjs;a(Lakv;Z)Ljava/util/concurrent/CompletableFuture;
 
- 
closepublic void close()- Mappings:
- Namespace - Name - Mixin selector - named - close- Lnet/minecraft/client/sound/SoundLoader;close()V- intermediary - method_19738- Lnet/minecraft/class_4237;method_19738()V- official - a- Lhjs;a()V
 
- 
loadStatic- Mappings:
- Namespace - Name - Mixin selector - named - loadStatic- Lnet/minecraft/client/sound/SoundLoader;loadStatic(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;- intermediary - method_19741- Lnet/minecraft/class_4237;method_19741(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;- official - a- Lhjs;a(Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;
 
 
-