Package net.minecraft.client.sound
Class WeightedSoundSet
java.lang.Object
net.minecraft.client.sound.WeightedSoundSet
- All Implemented Interfaces:
SoundContainer<Sound>
- Mappings:
Namespace Name official foa
intermediary net/minecraft/class_1146
named net/minecraft/client/sound/WeightedSoundSet
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(SoundContainer<Sound> container) getId()
int
void
preload
(SoundSystem soundSystem)
-
Field Details
-
sounds
- Mappings:
Namespace Name Mixin selector official a
Lfoa;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
- Mappings:
Namespace Name Mixin selector official b
Lfoa;b:Lamn;
intermediary field_5601
Lnet/minecraft/class_1146;field_5601:Lnet/minecraft/class_5819;
named random
Lnet/minecraft/client/sound/WeightedSoundSet;random:Lnet/minecraft/util/math/random/Random;
-
id
- Mappings:
Namespace Name Mixin selector official c
Lfoa;c:Labb;
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
- Mappings:
Namespace Name Mixin selector official d
Lfoa;d:Lrq;
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
- Mappings:
Namespace Name Mixin selector official <init>
Lfoa;<init>(Labb;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 interfaceSoundContainer<Sound>
- Mappings:
Namespace Name Mixin selector official e
Lfob;e()I
intermediary method_4894
Lnet/minecraft/class_1148;method_4894()I
named getWeight
Lnet/minecraft/client/sound/SoundContainer;getWeight()I
-
getSound
- Specified by:
getSound
in interfaceSoundContainer<Sound>
- Mappings:
Namespace Name Mixin selector official a
Lfoa;a(Lamn;)Lfms;
intermediary method_4887
Lnet/minecraft/class_1146;method_4887(Lnet/minecraft/class_5819;)Lnet/minecraft/class_1111;
named getSound
Lnet/minecraft/client/sound/WeightedSoundSet;getSound(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/client/sound/Sound;
-
add
- Mappings:
Namespace Name Mixin selector official a
Lfoa;a(Lfob;)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
- Mappings:
Namespace Name Mixin selector official a
Lfoa;a()Labb;
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
- Mappings:
Namespace Name Mixin selector official b
Lfoa;b()Lrq;
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
- Specified by:
preload
in interfaceSoundContainer<Sound>
- Mappings:
Namespace Name Mixin selector official a
Lfob;a(Lfnw;)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
-