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_1915named net/minecraft/client/sound/SoundContainerImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sound
- Mappings:
Namespace Name Mixin selector official aLbqc;a:Lbpw;intermediary field_8225Lnet/minecraft/class_1915;field_8225:Lnet/minecraft/class_621;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_8226Lnet/minecraft/class_1915;field_8226: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_1915;<init>(Lnet/minecraft/class_621;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_7136Lnet/minecraft/class_1914;method_7136()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_7138Lnet/minecraft/class_1915;method_7138()Lnet/minecraft/class_621;named getSoundLnet/minecraft/client/sound/SoundContainerImpl;getSound()Lnet/minecraft/client/sound/Sound;
-