Class SoundStatsWatcher

java.lang.Object
com.realtime.crossfire.jxclient.sound.SoundStatsWatcher

public class SoundStatsWatcher extends Object
Monitors stat changes and generates appropriate sound effects.
  • Constructor Details

    • SoundStatsWatcher

      public SoundStatsWatcher(@NotNull @NotNull Stats stats, @NotNull @NotNull JXCWindowRenderer windowRenderer, @NotNull @NotNull CrossfireServerConnection server, @NotNull @NotNull SoundManager soundManager)
      Creates a new instance.
      Parameters:
      stats - the stats instance to watch
      windowRenderer - the window renderer instance
      server - the crossfire server connection to watch
      soundManager - the sound manager instance to watch