Package net.minecraft.client.sound
Class SoundListener
java.lang.Object
net.minecraft.client.sound.SoundListener
- Mappings:
Namespace Name official enxintermediary net/minecraft/class_4227named net/minecraft/client/sound/SoundListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatvoidinit()voidsetTransform(SoundListenerTransform transform) voidsetVolume(float volume)
-
Field Details
-
volume
private float volume- Mappings:
Namespace Name Mixin selector official aLenx;a:Fintermediary field_18906Lnet/minecraft/class_4227;field_18906:Fnamed volumeLnet/minecraft/client/sound/SoundListener;volume:F
-
transform
- Mappings:
Namespace Name Mixin selector official bLenx;b:Leny;intermediary field_47670Lnet/minecraft/class_4227;field_47670:Lnet/minecraft/class_9054;named transformLnet/minecraft/client/sound/SoundListener;transform:Lnet/minecraft/client/sound/SoundListenerTransform;
-
-
Constructor Details
-
SoundListener
public SoundListener()
-
-
Method Details
-
setTransform
- Mappings:
Namespace Name Mixin selector official aLenx;a(Leny;)Vintermediary method_55584Lnet/minecraft/class_4227;method_55584(Lnet/minecraft/class_9054;)Vnamed setTransformLnet/minecraft/client/sound/SoundListener;setTransform(Lnet/minecraft/client/sound/SoundListenerTransform;)V
-
setVolume
public void setVolume(float volume) - Mappings:
Namespace Name Mixin selector official aLenx;a(F)Vintermediary method_19670Lnet/minecraft/class_4227;method_19670(F)Vnamed setVolumeLnet/minecraft/client/sound/SoundListener;setVolume(F)V
-
getVolume
public float getVolume()- Mappings:
Namespace Name Mixin selector official aLenx;a()Fintermediary method_19669Lnet/minecraft/class_4227;method_19669()Fnamed getVolumeLnet/minecraft/client/sound/SoundListener;getVolume()F
-
init
public void init()- Mappings:
Namespace Name Mixin selector official bLenx;b()Vintermediary method_19673Lnet/minecraft/class_4227;method_19673()Vnamed initLnet/minecraft/client/sound/SoundListener;init()V
-
getTransform
- Mappings:
Namespace Name Mixin selector official cLenx;c()Leny;intermediary method_55585Lnet/minecraft/class_4227;method_55585()Lnet/minecraft/class_9054;named getTransformLnet/minecraft/client/sound/SoundListener;getTransform()Lnet/minecraft/client/sound/SoundListenerTransform;
-