Class PlayerNameTracker
java.lang.Object
com.realtime.crossfire.jxclient.main.PlayerNameTracker
Tracks a
GuiStateManager
and updates a JXCConnection
's
character name.-
Constructor Summary
ConstructorsConstructorDescriptionPlayerNameTracker
(@NotNull GuiStateManager guiStateManager, @NotNull JXCConnection connection, @NotNull ItemSet itemSet) Creates a new instance. -
Method Summary
-
Constructor Details
-
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
-