| Package | Description |
|---|---|
| com.sun.sgs.example.hack.server | |
| com.sun.sgs.example.hack.server.level |
| Constructor and Description |
|---|
Dungeon(String name,
int spriteMapId,
GameConnector connector)
Creates a new instance of a
Dungeon. |
| Modifier and Type | Method and Description |
|---|---|
static GameConnector |
DungeonFactory.loadDungeon(StreamTokenizer stok,
String gameName,
Set<Integer> impassableSprites,
Game lobby)
This method takes a
StreamTokenizer that is setup at
the start of a single dungeon file, and loads all the data, creating
the AIs, stitching together all connectors between levels, etc. |
Copyright © 2013. All Rights Reserved.