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 fsr$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 Lfsr$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;
    • foundSounds

      private Map<Identifier,Resource> foundSounds
      Mappings:
      Namespace Name Mixin selector
      official b Lfsr$a;b:Ljava/util/Map;
      intermediary field_40577 Lnet/minecraft/class_1144$class_4009;field_40577:Ljava/util/Map;
      named foundSounds Lnet/minecraft/client/sound/SoundManager$SoundList;foundSounds:Ljava/util/Map;
  • Constructor Details

    • SoundList

      protected SoundList()
  • Method Details

    • findSounds

      void findSounds(ResourceManager resourceManager)
      Mappings:
      Namespace Name Mixin selector
      official a Lfsr$a;a(Lake;)V
      intermediary method_45913 Lnet/minecraft/class_1144$class_4009;method_45913(Lnet/minecraft/class_3300;)V
      named findSounds Lnet/minecraft/client/sound/SoundManager$SoundList;findSounds(Lnet/minecraft/resource/ResourceManager;)V
    • register

      void register(Identifier id, SoundEntry entry)
      Mappings:
      Namespace Name Mixin selector
      official a Lfsr$a;a(Lacf;Lfrl;)V
      intermediary method_18187 Lnet/minecraft/class_1144$class_4009;method_18187(Lnet/minecraft/class_2960;Lnet/minecraft/class_1110;)V
      named register Lnet/minecraft/client/sound/SoundManager$SoundList;register(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/sound/SoundEntry;)V
    • reload

      public void reload(Map<Identifier,WeightedSoundSet> sounds, Map<Identifier,Resource> soundResources, SoundSystem system)
      Mappings:
      Namespace Name Mixin selector
      official a Lfsr$a;a(Ljava/util/Map;Ljava/util/Map;Lfso;)V
      intermediary method_18186 Lnet/minecraft/class_1144$class_4009;method_18186(Ljava/util/Map;Ljava/util/Map;Lnet/minecraft/class_1140;)V
      named reload Lnet/minecraft/client/sound/SoundManager$SoundList;reload(Ljava/util/Map;Ljava/util/Map;Lnet/minecraft/client/sound/SoundSystem;)V