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 fqs$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 Lfqs$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;
    • field_40577

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

    • SoundList

      protected SoundList()
  • Method Details

    • method_45913

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

      void register(Identifier id, SoundEntry soundEntry)
      Mappings:
      Namespace Name Mixin selector
      official a Lfqs$a;a(Labv;Lfpm;)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> map, SoundSystem soundSystem)
      Mappings:
      Namespace Name Mixin selector
      official a Lfqs$a;a(Ljava/util/Map;Ljava/util/Map;Lfqp;)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