Interface | Description |
---|---|
CrossfireAccountListener |
Interface for listeners interested in account information related messages
received from the Crossfire server.
|
CrossfireComcListener |
Interface for listeners interested in comc commands received from the
server.
|
CrossfireDrawextinfoListener |
Interface for listeners interested in drawextinfo messages received from the
Crossfire server.
|
CrossfireDrawinfoListener |
Interface for listeners interested in drawinfo messages received from the
Crossfire server.
|
CrossfireFailureListener |
Interface for listeners interested in the "failure" messages received from
the Crossfire server.
|
CrossfireMagicmapListener |
Interface for listeners interested in magicmap messages received from the
Crossfire server.
|
CrossfireMusicListener |
Interface for listeners interested in "music" commands.
|
CrossfirePickupListener |
Interface for listeners interested in "pickup" messages.
|
CrossfireQueryListener |
Interface for listeners interested in query messages received from the
Crossfire server.
|
CrossfireServerConnection |
Adds encoding/decoding of crossfire protocol packets to a
ServerConnection . |
CrossfireSoundListener |
Interface for listeners interested in "sound" commands.
|
CrossfireTickListener |
Interface for listeners interested in "tick" commands.
|
CrossfireUpdateItemListener |
Interface for listeners interested in item related commands.
|
CrossfireUpdateMapListener |
Interface for listeners interested in map related commands.
|
SentReplyListener |
Listener for classes interested in sent "reply" commands.
|
Class | Description |
---|---|
AbstractCrossfireServerConnection |
Abstract base class for
CrossfireServerConnection implementing
classes. |
AccountPlayerBuilder |
Builder for
CharacterInformation instances while parsing an
"accountplayers" packet. |
ClassRaceInfoBuilder |
Builder for
ClassRaceInfo instances while parsing an "replyinfo
race_info" packet. |
DefaultCrossfireServerConnection |
Default implementation of
CrossfireServerConnection . |
Model |
Combines all model classes that are updated.
|
NewCharInfoBuilder |
Builder for
NewCharInfo instances while parsing a "replyinfo
newcharinfo" response packet. |
NumLookObjects |
Negotiates the size of the ground view in items with the Crossfire server.
|
StartingMapBuilder |
Builder for
StartingMap instances while parsing a "replyinfo
startingmap" response packet. |
StatUtils |
Utility class for converting stat values to stat names.
|