Package net.minecraft.client.sound
Class SoundListener
java.lang.Object
net.minecraft.client.sound.SoundListener
- Mappings:
 Namespace Name named net/minecraft/client/sound/SoundListenerintermediary net/minecraft/class_4227official fef
- 
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 named volumeLnet/minecraft/client/sound/SoundListener;volume:Fintermediary field_18906Lnet/minecraft/class_4227;field_18906:Fofficial aLfef;a:F
 - 
transform
- Mappings:
 Namespace Name Mixin selector named transformLnet/minecraft/client/sound/SoundListener;transform:Lnet/minecraft/client/sound/SoundListenerTransform;intermediary field_47670Lnet/minecraft/class_4227;field_47670:Lnet/minecraft/class_9054;official bLfef;b:Lfeg;
 
 - 
 - 
Constructor Details
- 
SoundListener
public SoundListener() 
 - 
 - 
Method Details
- 
setTransform
- Mappings:
 Namespace Name Mixin selector named setTransformLnet/minecraft/client/sound/SoundListener;setTransform(Lnet/minecraft/client/sound/SoundListenerTransform;)Vintermediary method_55584Lnet/minecraft/class_4227;method_55584(Lnet/minecraft/class_9054;)Vofficial aLfef;a(Lfeg;)V
 - 
setVolume
public void setVolume(float volume) - Mappings:
 Namespace Name Mixin selector named setVolumeLnet/minecraft/client/sound/SoundListener;setVolume(F)Vintermediary method_19670Lnet/minecraft/class_4227;method_19670(F)Vofficial aLfef;a(F)V
 - 
getVolume
public float getVolume()- Mappings:
 Namespace Name Mixin selector named getVolumeLnet/minecraft/client/sound/SoundListener;getVolume()Fintermediary method_19669Lnet/minecraft/class_4227;method_19669()Fofficial aLfef;a()F
 - 
init
public void init()- Mappings:
 Namespace Name Mixin selector named initLnet/minecraft/client/sound/SoundListener;init()Vintermediary method_19673Lnet/minecraft/class_4227;method_19673()Vofficial bLfef;b()V
 - 
getTransform
- Mappings:
 Namespace Name Mixin selector named getTransformLnet/minecraft/client/sound/SoundListener;getTransform()Lnet/minecraft/client/sound/SoundListenerTransform;intermediary method_55585Lnet/minecraft/class_4227;method_55585()Lnet/minecraft/class_9054;official cLfef;c()Lfeg;
 
 -