Class SoundManager.SoundList

java.lang.Object
net.minecraft.client.sound.SoundManager.SoundList
Enclosing class:
SoundManager

@Environment(CLIENT) protected static class SoundManager.SoundList extends Object
Mappings:
Namespace Name
official fdi$a
intermediary net/minecraft/class_1144$class_4009
named net/minecraft/client/sound/SoundManager$SoundList
  • Field Details

    • loadedSounds

      final Map<Identifier,WeightedSoundSet> loadedSounds
      Mappings:
      Namespace Name Mixin selector
      official a Lfdi$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

      void register(Identifier id, SoundEntry entry, ResourceManager resourceManager)
      Mappings:
      Namespace Name Mixin selector
      official a Lfdi$a;a(Lyh;Lfcg;Lafk;)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

      public void reload(Map<Identifier,WeightedSoundSet> sounds, SoundSystem soundSystem)
      Mappings:
      Namespace Name Mixin selector
      official a Lfdi$a;a(Ljava/util/Map;Lfdf;)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