Interface Sound.Emitter

    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static @NotNull Sound.Emitter self()
      An emitter representing the recipient of a sound.
    • Method Detail

      • self

        @NotNull
        static @NotNull Sound.Emitter self()
        An emitter representing the recipient of a sound.

        When used with Audience.playSound(Sound, Emitter), the sound will be emitted from the recipient of the sound.

        Returns:
        the emitter
        Since:
        4.8.0