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 bpj
intermediary net/minecraft/class_1311
named net/minecraft/client/sound/SoundInstance
  • Method Details

    • getIdentifier

      Identifier getIdentifier()
      Mappings:
      Namespace Name Mixin selector
      official a Lbpj;a()Ljy;
      intermediary method_4537 Lnet/minecraft/class_1311;method_4537()Lnet/minecraft/class_1605;
      named getIdentifier Lnet/minecraft/client/sound/SoundInstance;getIdentifier()Lnet/minecraft/util/Identifier;
    • isRepeatable

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

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

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

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

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

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

      float getZ()
      Mappings:
      Namespace Name Mixin selector
      official i Lbpj;i()F
      intermediary method_4544 Lnet/minecraft/class_1311;method_4544()F
      named getZ Lnet/minecraft/client/sound/SoundInstance;getZ()F
    • getAttenuationType

      SoundInstance.AttenuationType getAttenuationType()
      Mappings:
      Namespace Name Mixin selector
      official j Lbpj;j()Lbpj$a;
      intermediary method_4545 Lnet/minecraft/class_1311;method_4545()Lnet/minecraft/class_1311$class_1312;
      named getAttenuationType Lnet/minecraft/client/sound/SoundInstance;getAttenuationType()Lnet/minecraft/client/sound/SoundInstance$AttenuationType;