Package ch.njol.skript.bukkitutil
Interface AdventureSoundReceiver.AdventureEmitterSoundReceiver<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.AdventureEmitterSoundReceiver<T>
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T,E> void play(@NotNull AdventureSoundReceiver.AdventureEmitterSoundReceiver<T> locationReceiver, @NotNull AdventureSoundReceiver.AdventureEntitySoundReceiver<T> emitterReceiver, T receiver, net.kyori.adventure.sound.Sound sound, E emitter) void
- 
Method Details- 
playvoid play(@NotNull T receiver, @NotNull net.kyori.adventure.sound.Sound sound, double x, double y, double z) 
- 
playstatic <T,E> void play(@NotNull @NotNull AdventureSoundReceiver.AdventureEmitterSoundReceiver<T> locationReceiver, @NotNull @NotNull AdventureSoundReceiver.AdventureEntitySoundReceiver<T> emitterReceiver, @NotNull T receiver, @NotNull net.kyori.adventure.sound.Sound sound, @NotNull E emitter) 
 
-