Class SoundListener

java.lang.Object
net.minecraft.client.sound.SoundListener

@Environment(CLIENT) public class SoundListener extends Object
Mappings:
Namespace Name
named net/minecraft/client/sound/SoundListener
intermediary net/minecraft/class_4227
official eyl
  • Field Details

    • volume

      private 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 Leyl;a:F
    • transform

      private SoundListenerTransform 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 Leyl;b:Leym;
  • Constructor Details

    • SoundListener

      public SoundListener()
  • Method Details

    • setTransform

      public void setTransform(SoundListenerTransform transform)
      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 Leyl;a(Leym;)V
    • setVolume

      public 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 Leyl;a(F)V
    • getVolume

      public 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 Leyl;a()F
    • init

      public 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 Leyl;b()V
    • getTransform

      public SoundListenerTransform 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 Leyl;c()Leym;