Interface SoundInstance

All Known Subinterfaces:
TickableSoundInstance
All Known Implementing Classes:
AbstractSoundInstance, GuardianAttackSoundInstance, MinecartMovingSoundInstance, MinecartSoundInstance, MovingSoundInstance, PositionedSoundInstance

@Environment(CLIENT) public interface SoundInstance
Mappings:
Namespace Name
official cye
intermediary net/minecraft/class_1900
named net/minecraft/client/sound/SoundInstance
  • Method Details

    • getIdentifier

      Identifier getIdentifier()
      Mappings:
      Namespace Name Mixin selector
      official a Lcye;a()Loa;
      intermediary method_7073 Lnet/minecraft/class_1900;method_7073()Lnet/minecraft/class_1653;
      named getIdentifier Lnet/minecraft/client/sound/SoundInstance;getIdentifier()Lnet/minecraft/util/Identifier;
    • isRepeatable

      boolean isRepeatable()
      Mappings:
      Namespace Name Mixin selector
      official b Lcye;b()Z
      intermediary method_7074 Lnet/minecraft/class_1900;method_7074()Z
      named isRepeatable Lnet/minecraft/client/sound/SoundInstance;isRepeatable()Z
    • getRepeatDelay

      int getRepeatDelay()
      Mappings:
      Namespace Name Mixin selector
      official d Lcye;d()I
      intermediary method_7075 Lnet/minecraft/class_1900;method_7075()I
      named getRepeatDelay Lnet/minecraft/client/sound/SoundInstance;getRepeatDelay()I
    • getVolume

      float getVolume()
      Mappings:
      Namespace Name Mixin selector
      official e Lcye;e()F
      intermediary method_7076 Lnet/minecraft/class_1900;method_7076()F
      named getVolume Lnet/minecraft/client/sound/SoundInstance;getVolume()F
    • getPitch

      float getPitch()
      Mappings:
      Namespace Name Mixin selector
      official f Lcye;f()F
      intermediary method_7077 Lnet/minecraft/class_1900;method_7077()F
      named getPitch Lnet/minecraft/client/sound/SoundInstance;getPitch()F
    • getX

      float getX()
      Mappings:
      Namespace Name Mixin selector
      official g Lcye;g()F
      intermediary method_7078 Lnet/minecraft/class_1900;method_7078()F
      named getX Lnet/minecraft/client/sound/SoundInstance;getX()F
    • getY

      float getY()
      Mappings:
      Namespace Name Mixin selector
      official h Lcye;h()F
      intermediary method_7079 Lnet/minecraft/class_1900;method_7079()F
      named getY Lnet/minecraft/client/sound/SoundInstance;getY()F
    • getZ

      float getZ()
      Mappings:
      Namespace Name Mixin selector
      official i Lcye;i()F
      intermediary method_7080 Lnet/minecraft/class_1900;method_7080()F
      named getZ Lnet/minecraft/client/sound/SoundInstance;getZ()F
    • method_7081

      class_1901 method_7081()
      Mappings:
      Namespace Name Mixin selector
      official j Lcye;j()Lcyf;
      intermediary method_7081 Lnet/minecraft/class_1900;method_7081()Lnet/minecraft/class_1901;
      named method_7081 Lnet/minecraft/client/sound/SoundInstance;method_7081()Lnet/minecraft/client/class_1901;