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 interface AdventureSoundReceiver<T,E>
A utility interface to access the Player::playSound while also providing the same arguments to World::playSound Used in EffPlaySound. Separated due to static versioning.