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