Interface AdventureSoundReceiver.AdventureEntitySoundReceiver<T>

Enclosing interface:
AdventureSoundReceiver<T,E>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AdventureSoundReceiver.AdventureEntitySoundReceiver<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    play(T receiver, net.kyori.adventure.sound.Sound sound, net.kyori.adventure.sound.Sound.Emitter emitter)
     
  • Method Details

    • play

      void play(@NotNull T receiver, @NotNull net.kyori.adventure.sound.Sound sound, net.kyori.adventure.sound.Sound.Emitter emitter)