Class MovingSoundInstance

java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
All Implemented Interfaces:
SoundInstance, TickableSoundInstance, Tickable
Direct Known Subclasses:
GuardianAttackSoundInstance, MinecartMovingSoundInstance, MinecartSoundInstance

@Environment(CLIENT)
public abstract class MovingSoundInstance
extends AbstractSoundInstance
implements TickableSoundInstance
Mappings:
Namespace Name
official bpb
intermediary net/minecraft/class_1301
named net/minecraft/client/sound/MovingSoundInstance
  • Field Details

    • done

      protected boolean done
      Mappings:
      Namespace Name Mixin selector
      official j Lbpb;j:Z
      intermediary field_5408 Lnet/minecraft/class_1301;field_5408:Z
      named done Lnet/minecraft/client/sound/MovingSoundInstance;done:Z
  • Constructor Details

    • MovingSoundInstance

      protected MovingSoundInstance​(Identifier identifier)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbpa;<init>(Ljy;)V
      intermediary <init> Lnet/minecraft/class_1300;<init>(Lnet/minecraft/class_1605;)V
      named <init> Lnet/minecraft/client/sound/AbstractSoundInstance;<init>(Lnet/minecraft/util/Identifier;)V
  • Method Details

    • isDone

      public boolean isDone()
      Specified by:
      isDone in interface TickableSoundInstance
      Mappings:
      Namespace Name Mixin selector
      official k Lbpk;k()Z
      intermediary method_4547 Lnet/minecraft/class_1313;method_4547()Z
      named isDone Lnet/minecraft/client/sound/TickableSoundInstance;isDone()Z