Package net.minecraft.client.sound
Class SoundListener
java.lang.Object
net.minecraft.client.sound.SoundListener
- Mappings:
- Namespace - Name - named - net/minecraft/client/sound/SoundListener- intermediary - net/minecraft/class_4227- official - fdj
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatvoidinit()voidsetTransform(SoundListenerTransform transform) voidsetVolume(float volume) 
- 
Field Details- 
volumeprivate float volume- Mappings:
- Namespace - Name - Mixin selector - named - volume- Lnet/minecraft/client/sound/SoundListener;volume:F- intermediary - field_18906- Lnet/minecraft/class_4227;field_18906:F- official - a- Lfdj;a:F
 
- 
transform- Mappings:
- Namespace - Name - Mixin selector - named - transform- Lnet/minecraft/client/sound/SoundListener;transform:Lnet/minecraft/client/sound/SoundListenerTransform;- intermediary - field_47670- Lnet/minecraft/class_4227;field_47670:Lnet/minecraft/class_9054;- official - b- Lfdj;b:Lfdk;
 
 
- 
- 
Constructor Details- 
SoundListenerpublic SoundListener()
 
- 
- 
Method Details- 
setTransform- Mappings:
- Namespace - Name - Mixin selector - named - setTransform- Lnet/minecraft/client/sound/SoundListener;setTransform(Lnet/minecraft/client/sound/SoundListenerTransform;)V- intermediary - method_55584- Lnet/minecraft/class_4227;method_55584(Lnet/minecraft/class_9054;)V- official - a- Lfdj;a(Lfdk;)V
 
- 
setVolumepublic void setVolume(float volume) - Mappings:
- Namespace - Name - Mixin selector - named - setVolume- Lnet/minecraft/client/sound/SoundListener;setVolume(F)V- intermediary - method_19670- Lnet/minecraft/class_4227;method_19670(F)V- official - a- Lfdj;a(F)V
 
- 
getVolumepublic float getVolume()- Mappings:
- Namespace - Name - Mixin selector - named - getVolume- Lnet/minecraft/client/sound/SoundListener;getVolume()F- intermediary - method_19669- Lnet/minecraft/class_4227;method_19669()F- official - a- Lfdj;a()F
 
- 
initpublic void init()- Mappings:
- Namespace - Name - Mixin selector - named - init- Lnet/minecraft/client/sound/SoundListener;init()V- intermediary - method_19673- Lnet/minecraft/class_4227;method_19673()V- official - b- Lfdj;b()V
 
- 
getTransform- Mappings:
- Namespace - Name - Mixin selector - named - getTransform- Lnet/minecraft/client/sound/SoundListener;getTransform()Lnet/minecraft/client/sound/SoundListenerTransform;- intermediary - method_55585- Lnet/minecraft/class_4227;method_55585()Lnet/minecraft/class_9054;- official - c- Lfdj;c()Lfdk;
 
 
-