Package net.minecraft.client.sound
Class SoundContainerImpl
java.lang.Object
net.minecraft.client.sound.SoundContainerImpl
- All Implemented Interfaces:
SoundContainer<Sound>
@Environment(CLIENT) public class SoundContainerImpl extends Object implements SoundContainer<Sound>
- Mappings:
Namespace Name official bqcintermediary net/minecraft/class_1332named net/minecraft/client/sound/SoundContainerImpl
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SoundContainerImpl(Sound sound, int weight) -
Method Summary
-
Field Details
-
sound
- Mappings:
Namespace Name Mixin selector official aLbqc;a:Lbpw;intermediary field_5528Lnet/minecraft/class_1332;field_5528:Lnet/minecraft/class_1324;named soundLnet/minecraft/client/sound/SoundContainerImpl;sound:Lnet/minecraft/client/sound/Sound;
-
weight
private final int weight- Mappings:
Namespace Name Mixin selector official bLbqc;b:Iintermediary field_5529Lnet/minecraft/class_1332;field_5529:Inamed weightLnet/minecraft/client/sound/SoundContainerImpl;weight:I
-
-
Constructor Details
-
SoundContainerImpl
SoundContainerImpl(Sound sound, int weight)- Mappings:
Namespace Name Mixin selector official <init>Lbqc;<init>(Lbpw;I)Vintermediary <init>Lnet/minecraft/class_1332;<init>(Lnet/minecraft/class_1324;I)Vnamed <init>Lnet/minecraft/client/sound/SoundContainerImpl;<init>(Lnet/minecraft/client/sound/Sound;I)V
-
-
Method Details
-
getWeight
public int getWeight()- Specified by:
getWeightin interfaceSoundContainer<Sound>- Mappings:
Namespace Name Mixin selector official aLbqb;a()Iintermediary method_4621Lnet/minecraft/class_1331;method_4621()Inamed getWeightLnet/minecraft/client/sound/SoundContainer;getWeight()I
-
getSound
- Specified by:
getSoundin interfaceSoundContainer<Sound>- Mappings:
Namespace Name Mixin selector official bLbqc;b()Lbpw;intermediary method_4623Lnet/minecraft/class_1332;method_4623()Lnet/minecraft/class_1324;named getSoundLnet/minecraft/client/sound/SoundContainerImpl;getSound()Lnet/minecraft/client/sound/Sound;
-