Class WeightedSoundSet

java.lang.Object
net.minecraft.client.sound.WeightedSoundSet
All Implemented Interfaces:
SoundContainer<Sound>

@Environment(CLIENT) public class WeightedSoundSet extends Object implements SoundContainer<Sound>
Mappings:
Namespace Name
official fdj
intermediary net/minecraft/class_1146
named net/minecraft/client/sound/WeightedSoundSet
  • Field Details

    • sounds

      private final List<SoundContainer<Sound>> sounds
      Mappings:
      Namespace Name Mixin selector
      official a Lfdj;a:Ljava/util/List;
      intermediary field_5600 Lnet/minecraft/class_1146;field_5600:Ljava/util/List;
      named sounds Lnet/minecraft/client/sound/WeightedSoundSet;sounds:Ljava/util/List;
    • random

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official b Lfdj;b:Ljava/util/Random;
      intermediary field_5601 Lnet/minecraft/class_1146;field_5601:Ljava/util/Random;
      named random Lnet/minecraft/client/sound/WeightedSoundSet;random:Ljava/util/Random;
    • id

      private final Identifier id
      Mappings:
      Namespace Name Mixin selector
      official c Lfdj;c:Lyh;
      intermediary field_5602 Lnet/minecraft/class_1146;field_5602:Lnet/minecraft/class_2960;
      named id Lnet/minecraft/client/sound/WeightedSoundSet;id:Lnet/minecraft/util/Identifier;
    • subtitle

      @Nullable private final @Nullable Text subtitle
      Mappings:
      Namespace Name Mixin selector
      official d Lfdj;d:Lpz;
      intermediary field_5599 Lnet/minecraft/class_1146;field_5599:Lnet/minecraft/class_2561;
      named subtitle Lnet/minecraft/client/sound/WeightedSoundSet;subtitle:Lnet/minecraft/text/Text;
  • Constructor Details

    • WeightedSoundSet

      public WeightedSoundSet(Identifier id, @Nullable @Nullable String subtitle)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfdj;<init>(Lyh;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1146;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;)V
      named <init> Lnet/minecraft/client/sound/WeightedSoundSet;<init>(Lnet/minecraft/util/Identifier;Ljava/lang/String;)V
  • Method Details

    • getWeight

      public int getWeight()
      Specified by:
      getWeight in interface SoundContainer<Sound>
      Mappings:
      Namespace Name Mixin selector
      official e Lfdk;e()I
      intermediary method_4894 Lnet/minecraft/class_1148;method_4894()I
      named getWeight Lnet/minecraft/client/sound/SoundContainer;getWeight()I
    • getSound

      public Sound getSound()
      Specified by:
      getSound in interface SoundContainer<Sound>
      Mappings:
      Namespace Name Mixin selector
      official a Lfdj;a()Lfcf;
      intermediary method_4887 Lnet/minecraft/class_1146;method_4887()Lnet/minecraft/class_1111;
      named getSound Lnet/minecraft/client/sound/WeightedSoundSet;getSound()Lnet/minecraft/client/sound/Sound;
    • add

      public void add(SoundContainer<Sound> container)
      Mappings:
      Namespace Name Mixin selector
      official a Lfdj;a(Lfdk;)V
      intermediary method_4885 Lnet/minecraft/class_1146;method_4885(Lnet/minecraft/class_1148;)V
      named add Lnet/minecraft/client/sound/WeightedSoundSet;add(Lnet/minecraft/client/sound/SoundContainer;)V
    • getId

      public Identifier getId()
      Mappings:
      Namespace Name Mixin selector
      official b Lfdj;b()Lyh;
      intermediary method_35812 Lnet/minecraft/class_1146;method_35812()Lnet/minecraft/class_2960;
      named getId Lnet/minecraft/client/sound/WeightedSoundSet;getId()Lnet/minecraft/util/Identifier;
    • getSubtitle

      @Nullable public @Nullable Text getSubtitle()
      Mappings:
      Namespace Name Mixin selector
      official c Lfdj;c()Lpz;
      intermediary method_4886 Lnet/minecraft/class_1146;method_4886()Lnet/minecraft/class_2561;
      named getSubtitle Lnet/minecraft/client/sound/WeightedSoundSet;getSubtitle()Lnet/minecraft/text/Text;
    • preload

      public void preload(SoundSystem soundSystem)
      Specified by:
      preload in interface SoundContainer<Sound>
      Mappings:
      Namespace Name Mixin selector
      official a Lfdk;a(Lfdf;)V
      intermediary method_18188 Lnet/minecraft/class_1148;method_18188(Lnet/minecraft/class_1140;)V
      named preload Lnet/minecraft/client/sound/SoundContainer;preload(Lnet/minecraft/client/sound/SoundSystem;)V