Class ActiveSkillWatcher
java.lang.Object
com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Helper 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
ConstructorsConstructorDescriptionActiveSkillWatcher(@NotNull Stats stats, @NotNull CrossfireServerConnection crossfireServerConnection) Creates a new instance. -
Method Summary
-
Constructor Details
-
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
-