Class TickableSound

java.lang.Object
net.minecraft.client.audio.LocatableSound
net.minecraft.client.audio.TickableSound
All Implemented Interfaces:
ISound, ITickableSound
Direct Known Subclasses:
BeeSound, BiomeSoundHandler.Sound, ElytraSound, EntityTickableSound, GuardianSound, MinecartTickableSound, RidingMinecartTickableSound, UnderwaterAmbientSounds.SubSound, UnderwaterAmbientSounds.UnderWaterSound

public abstract class TickableSound extends LocatableSound implements ITickableSound
  • Field Details

    • stopped

      private boolean stopped
  • Constructor Details

  • Method Details

    • isStopped

      public boolean isStopped()
      Specified by:
      isStopped in interface ITickableSound
    • stop

      protected final void stop()