Class ActiveSkillWatcher
- java.lang.Object
-
- com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
-
public class ActiveSkillWatcher extends java.lang.ObjectHelper class to synthesize an "active skill" stat value. The Crossfire server currently does not send this information, therefore range stat messages are tracked.
-
-
Constructor Summary
Constructors Constructor Description ActiveSkillWatcher(@NotNull Stats stats, @NotNull CrossfireServerConnection crossfireServerConnection)Creates a new instance.
-
-
-
Constructor Detail
-
ActiveSkillWatcher
public ActiveSkillWatcher(@NotNull @NotNull Stats stats, @NotNull @NotNull CrossfireServerConnection crossfireServerConnection)Creates a new instance.- Parameters:
stats- the stats instance to notify/watchcrossfireServerConnection- the connection to watch
-
-