Class PlayerNameTracker
- java.lang.Object
-
- com.realtime.crossfire.jxclient.main.PlayerNameTracker
-
public class PlayerNameTracker extends java.lang.ObjectTracks aGuiStateManagerand updates aJXCConnection's character name.
-
-
Constructor Summary
Constructors Constructor Description PlayerNameTracker(@NotNull GuiStateManager guiStateManager, @NotNull JXCConnection connection, @NotNull ItemSet itemSet)Creates a new instance.
-
-
-
Constructor Detail
-
PlayerNameTracker
public PlayerNameTracker(@NotNull @NotNull GuiStateManager guiStateManager, @NotNull @NotNull JXCConnection connection, @NotNull @NotNull ItemSet itemSet)Creates a new instance.- Parameters:
guiStateManager- the gui state manager to trackconnection- the connection to trackitemSet- the item set to track
-
-