Package net.minecraft.client.sound
Class WeightedSoundSet
java.lang.Object
net.minecraft.client.sound.WeightedSoundSet
- All Implemented Interfaces:
SoundContainer<Sound>
- Mappings:
Namespace Name intermediary net/minecraft/class_1146official fysnamed net/minecraft/client/sound/WeightedSoundSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(SoundContainer<Sound> container) intvoidpreload(SoundSystem soundSystem)
-
Field Details
-
sounds
- Mappings:
Namespace Name Mixin selector intermediary field_5600Lnet/minecraft/class_1146;field_5600:Ljava/util/List;official aLfys;a:Ljava/util/List;named soundsLnet/minecraft/client/sound/WeightedSoundSet;sounds:Ljava/util/List;
-
subtitle
- Mappings:
Namespace Name Mixin selector intermediary field_5599Lnet/minecraft/class_1146;field_5599:Lnet/minecraft/class_2561;official bLfys;b:Lsw;named subtitleLnet/minecraft/client/sound/WeightedSoundSet;subtitle:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
WeightedSoundSet
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1146;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;)Vofficial <init>Lfys;<init>(Lacq;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 intermediary method_4894Lnet/minecraft/class_1148;method_4894()Iofficial eLfyt;e()Inamed getWeightLnet/minecraft/client/sound/SoundContainer;getWeight()I
-
getSound
- Specified by:
getSoundin interfaceSoundContainer<Sound>- Mappings:
Namespace Name Mixin selector intermediary method_4887Lnet/minecraft/class_1146;method_4887(Lnet/minecraft/class_5819;)Lnet/minecraft/class_1111;official aLfys;a(Lapf;)Lfxk;named getSoundLnet/minecraft/client/sound/WeightedSoundSet;getSound(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/client/sound/Sound;
-
add
- Mappings:
Namespace Name Mixin selector intermediary method_4885Lnet/minecraft/class_1146;method_4885(Lnet/minecraft/class_1148;)Vofficial aLfys;a(Lfyt;)Vnamed addLnet/minecraft/client/sound/WeightedSoundSet;add(Lnet/minecraft/client/sound/SoundContainer;)V
-
getSubtitle
- Mappings:
Namespace Name Mixin selector intermediary method_4886Lnet/minecraft/class_1146;method_4886()Lnet/minecraft/class_2561;official aLfys;a()Lsw;named getSubtitleLnet/minecraft/client/sound/WeightedSoundSet;getSubtitle()Lnet/minecraft/text/Text;
-
preload
- Specified by:
preloadin interfaceSoundContainer<Sound>- Mappings:
Namespace Name Mixin selector intermediary method_18188Lnet/minecraft/class_1148;method_18188(Lnet/minecraft/class_1140;)Vofficial aLfyt;a(Lfyo;)Vnamed preloadLnet/minecraft/client/sound/SoundContainer;preload(Lnet/minecraft/client/sound/SoundSystem;)V
-