Class NoteSoundInstance

  • All Implemented Interfaces:
    net.fabricmc.fabric.api.client.sound.v1.FabricSoundInstance , net.minecraft.client.resources.sounds.SoundInstance , net.minecraft.client.resources.sounds.TickableSoundInstance

    
    public final class NoteSoundInstance
    extends AbstractTickableSoundInstance
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final LocalPlayer getLocalPlayer()
      final Integer getHearingDistance()
      final NoteSoundSource getSoundSource()
      Boolean isLooping()
      Unit tick()
      Float getVolume()
      • Methods inherited from class net.minecraft.client.resources.sounds.AbstractTickableSoundInstance

        isStopped
      • Methods inherited from class net.minecraft.client.resources.sounds.AbstractSoundInstance

        getAttenuation, getDelay, getIdentifier, getPitch, getSound, getSource, getX, getY, getZ, isRelative, resolve, toString
      • Methods inherited from class net.fabricmc.fabric.api.client.sound.v1.FabricSoundInstance

        getAudioStream
      • Methods inherited from class net.minecraft.client.resources.sounds.SoundInstance

        canPlaySound, canStartSilent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait