Package net.minecraft.client.sound
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 exhintermediary net/minecraft/class_1146named net/minecraft/client/sound/WeightedSoundSet
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WeightedSoundSet(Identifier id, @Nullable String subtitle) -
Method Summary
Modifier and Type Method Description voidadd(SoundContainer<Sound> soundContainer)SoundgetSound()@Nullable TextgetSubtitle()intgetWeight()voidpreload(SoundSystem soundSystem)
-
Field Details
-
sounds
- Mappings:
Namespace Name Mixin selector official aLexh;a:Ljava/util/List;intermediary field_5600Lnet/minecraft/class_1146;field_5600:Ljava/util/List;named soundsLnet/minecraft/client/sound/WeightedSoundSet;sounds:Ljava/util/List;
-
random
- Mappings:
Namespace Name Mixin selector official bLexh;b:Ljava/util/Random;intermediary field_5601Lnet/minecraft/class_1146;field_5601:Ljava/util/Random;named randomLnet/minecraft/client/sound/WeightedSoundSet;random:Ljava/util/Random;
-
id
- Mappings:
Namespace Name Mixin selector official cLexh;c:Lwl;intermediary field_5602Lnet/minecraft/class_1146;field_5602:Lnet/minecraft/class_2960;named idLnet/minecraft/client/sound/WeightedSoundSet;id:Lnet/minecraft/util/Identifier;
-
subtitle
- Mappings:
Namespace Name Mixin selector official dLexh;d:Loj;intermediary field_5599Lnet/minecraft/class_1146;field_5599:Lnet/minecraft/class_2561;named subtitleLnet/minecraft/client/sound/WeightedSoundSet;subtitle:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
WeightedSoundSet
- Mappings:
Namespace Name Mixin selector official <init>Lexh;<init>(Lwl;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1146;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/client/sound/WeightedSoundSet;<init>(Lnet/minecraft/util/Identifier;Ljava/lang/String;)V
-
-
Method Details
-
getWeight
public int getWeight()- Specified by:
getWeightin interfaceSoundContainer<Sound>- Mappings:
Namespace Name Mixin selector official eLexi;e()Iintermediary method_4894Lnet/minecraft/class_1148;method_4894()Inamed getWeightLnet/minecraft/client/sound/SoundContainer;getWeight()I
-
getSound
- Specified by:
getSoundin interfaceSoundContainer<Sound>- Mappings:
Namespace Name Mixin selector official aLexh;a()Lewc;intermediary method_4887Lnet/minecraft/class_1146;method_4887()Lnet/minecraft/class_1111;named getSoundLnet/minecraft/client/sound/WeightedSoundSet;getSound()Lnet/minecraft/client/sound/Sound;
-
add
- Mappings:
Namespace Name Mixin selector official aLexh;a(Lexi;)Vintermediary method_4885Lnet/minecraft/class_1146;method_4885(Lnet/minecraft/class_1148;)Vnamed addLnet/minecraft/client/sound/WeightedSoundSet;add(Lnet/minecraft/client/sound/SoundContainer;)V
-
getSubtitle
- Mappings:
Namespace Name Mixin selector official cLexh;c()Loj;intermediary method_4886Lnet/minecraft/class_1146;method_4886()Lnet/minecraft/class_2561;named getSubtitleLnet/minecraft/client/sound/WeightedSoundSet;getSubtitle()Lnet/minecraft/text/Text;
-
preload
- Specified by:
preloadin interfaceSoundContainer<Sound>- Mappings:
Namespace Name Mixin selector official aLexi;a(Lexd;)Vintermediary method_18188Lnet/minecraft/class_1148;method_18188(Lnet/minecraft/class_1140;)Vnamed preloadLnet/minecraft/client/sound/SoundContainer;preload(Lnet/minecraft/client/sound/SoundSystem;)V
-