Class MovingSoundInstance

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

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

    • done

      protected boolean done
      Mappings:
      Namespace Name Mixin selector
      official m Ldfm;m:Z
      intermediary field_8144 Lnet/minecraft/class_1892;field_8144:Z
      named done Lnet/minecraft/client/sound/MovingSoundInstance;done:Z
  • Constructor Details

  • Method Details

    • isDone

      public boolean isDone()
      Specified by:
      isDone in interface TickableSoundInstance
      Mappings:
      Namespace Name Mixin selector
      official m Ldfx;m()Z
      intermediary method_7083 Lnet/minecraft/class_1902;method_7083()Z
      named isDone Lnet/minecraft/client/sound/TickableSoundInstance;isDone()Z