Class MusicWatcher


  • public class MusicWatcher
    extends java.lang.Object
    Monitors music commands and generates appropriate sound effects.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MusicWatcher

        public MusicWatcher​(@NotNull
                            @NotNull CrossfireServerConnection crossfireServerConnection,
                            @NotNull
                            @NotNull SoundManager soundManager)
        Creates a new instance.
        Parameters:
        crossfireServerConnection - the connection instance
        soundManager - the sound manager instance to watch