| Package | Description |
|---|---|
| com.sun.sgs.example.hack.server | |
| com.sun.sgs.example.hack.server.level |
| Modifier and Type | Method and Description |
|---|---|
Level |
CharacterManager.getCurrentLevel()
Returns the current level where this manager is playing.
|
Level |
BasicCharacterManager.getCurrentLevel()
Returns the current level where this manager is playing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CharacterManager.setCurrentLevel(Level level)
Sets the current level.
|
void |
BasicCharacterManager.setCurrentLevel(Level level)
Sets the current level.
|
| Constructor and Description |
|---|
GameConnector(Game game,
Level level,
int startX,
int startY)
Creates an instance of
GameConnector. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleLevel
This is a simple implementation of
Level that doesn't try to
do anything fancy with managing the internal state. |
| Constructor and Description |
|---|
OneWayConnector(Level level,
int xPos,
int yPos)
Creates an instance of
OneWayConnector. |
PlayerConnector(Level level1,
int level1X,
int level1Y,
Level level2,
int level2X,
int level2Y)
Creates an instance of
PlayerConnector. |
SimpleConnector(Level level1,
int level1X,
int level1Y,
Level level2,
int level2X,
int level2Y)
Creates an instance of
SimpleConnector. |
Copyright © 2013. All Rights Reserved.