| Package | Description |
|---|---|
| com.sun.sgs.example.hack.server | |
| com.sun.sgs.example.hack.server.level |
| Modifier and Type | Class and Description |
|---|---|
class |
GameConnector
This is a
Connector that is used to connect a
game to an initial Level. |
| Modifier and Type | Class and Description |
|---|---|
class |
OneWayConnector
This is a
Connector that transitions in only one direction. |
class |
PlayerConnector
This is an extension of
SimpleConnector that only allows
PlayerCharacters to enter. |
class |
SimpleConnector
This implementation of
Connector acts as a simple, two-way
connection between two fixed points. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleBoard.setAsConnector(int x,
int y,
Connector connector)
Sets the given space as a connector.
|
| Constructor and Description |
|---|
ConnectorTile(int id,
Connector connector)
Creates an instance of
ConnectorTile. |
Copyright © 2013. All Rights Reserved.