| Package | Description |
|---|---|
| com.sun.sgs.example.hack.server | |
| com.sun.sgs.example.hack.server.ai | |
| com.sun.sgs.example.hack.server.level |
| Class and Description |
|---|
| BasicCharacterManager
This abstract implementation of
CharacterManager provides
some of the common functionality for all managers, and is extended by
the managers for players and AIs. |
| Character
The is the
Character interface. |
| CharacterManager
This interface defines all classes that manage
Character
instances. |
| Creator
The creator is where all players can create new characters.
|
| Dungeon
This implementation of
Game is what players actually play
with. |
| Game
This is the generic interface for a game.
|
| GameChangeListener
This interface represents anything that listens for updates to changing
details of games.
|
| GameChangeManager
This class acts as an aggregator for game updates.
|
| GameConnector
This is a
Connector that is used to connect a
game to an initial Level. |
| Item
This is the interface for all items in the game.
|
| Lobby
The lobby is where all players go to join a game, and it manages players
while they're deciding which game to join.
|
| MessageHandler
This interface is used by classes that consume messages.
|
| Player
This class represents a single player (user) in the system.
|
| PlayerCharacter
This is an implementation of
Character used by all
Players. |
| PlayerCharacterManager
This is an implementation of
CharacterManager used to manage
PlayerCharacters. |
| SpriteMap
This represents a single sprite map.
|
| Class and Description |
|---|
| BasicCharacterManager
This abstract implementation of
CharacterManager provides
some of the common functionality for all managers, and is extended by
the managers for players and AIs. |
| Character
The is the
Character interface. |
| CharacterManager
This interface defines all classes that manage
Character
instances. |
| Class and Description |
|---|
| CharacterManager
This interface defines all classes that manage
Character
instances. |
| Game
This is the generic interface for a game.
|
| GameConnector
This is a
Connector that is used to connect a
game to an initial Level. |
| Item
This is the interface for all items in the game.
|
Copyright © 2013. All Rights Reserved.