| Packages that use JXCConnection | |
|---|---|
| com.realtime.crossfire.jxclient.main | |
| com.realtime.crossfire.jxclient.window | |
| Uses of JXCConnection in com.realtime.crossfire.jxclient.main |
|---|
| Fields in com.realtime.crossfire.jxclient.main declared as JXCConnection | |
|---|---|
private JXCConnection |
PlayerNameTracker.connection
The JXCConnection to track. |
| Constructors in com.realtime.crossfire.jxclient.main with parameters of type JXCConnection | |
|---|---|
PlayerNameTracker(GuiStateManager guiStateManager,
JXCConnection connection,
ItemSet itemSet)
Creates a new instance. |
|
| Uses of JXCConnection in com.realtime.crossfire.jxclient.window |
|---|
| Fields in com.realtime.crossfire.jxclient.window declared as JXCConnection | |
|---|---|
private JXCConnection |
GuiManager.connection
The JXCConnection to use. |
| Constructors in com.realtime.crossfire.jxclient.window with parameters of type JXCConnection | |
|---|---|
GuiManager(GuiStateManager guiStateManager,
TooltipManager tooltipManager,
Settings settings,
CrossfireServerConnection server,
JXCWindowRenderer windowRenderer,
GuiFactory guiFactory,
KeybindingsManager keybindingsManager,
JXCConnection connection)
Creates a new instance. |
|