Class SoundStatsWatcher
java.lang.Object
com.realtime.crossfire.jxclient.sound.SoundStatsWatcher
Monitors stat changes and generates appropriate sound effects.
-
Constructor Summary
ConstructorsConstructorDescriptionSoundStatsWatcher(@NotNull Stats stats, @NotNull JXCWindowRenderer windowRenderer, @NotNull CrossfireServerConnection server, @NotNull SoundManager soundManager) Creates a new instance. -
Method Summary
-
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 watchwindowRenderer- the window renderer instanceserver- the crossfire server connection to watchsoundManager- the sound manager instance to watch
-