Interface ITickableSound

All Superinterfaces:
ISound
All Known Implementing Classes:
BeeAngrySound, BeeFlightSound, BeeSound, BiomeSoundHandler.Sound, ElytraSound, EntityTickableSound, GuardianSound, MinecartTickableSound, RidingMinecartTickableSound, TickableSound, UnderwaterAmbientSounds.SubSound, UnderwaterAmbientSounds.UnderWaterSound

public interface ITickableSound extends ISound
  • Method Details

    • isStopped

      boolean isStopped()
    • tick

      void tick()