| Package | Description |
|---|---|
| com.sun.sgs.example.hack.server.level |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTile
This is an abstract implementation of
Tile that provides the
base for PassableTile, ImpassableTile, etc. |
class |
ConnectorTile
This implementation of
Tile is used to handle interaction
with Connectors. |
class |
ImpassableTile
This implementation of
Tile represents a space that no
character may pass, unless they override this behavior. |
class |
PassableTile
This implementation of
Tile represents a space that any
single character may occupy. |
Copyright © 2013. All Rights Reserved.