|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.aranai.dungeonator.dungeonchunk.DungeonRoomDoorway
public class DungeonChunkDoorway
DungeonChunkDoorway represents a single doorway for a chunk. Provides access to meta data (doorway type, direction, and so forth).
Field Summary | |
---|---|
private byte |
direction
The direction. |
Constructor Summary | |
---|---|
DungeonChunkDoorway(byte d)
Instantiates a new dungeon chunk doorway. |
Method Summary | |
---|---|
byte |
getDirection()
Gets the direction of the doorway. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private byte direction
Constructor Detail |
---|
public DungeonChunkDoorway(byte d)
d
- the direction attachment for the doorwayMethod Detail |
---|
public byte getDirection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |