wyvern.kernel.dungeon
Interface DungeonConstants
- All Known Implementing Classes:
- DungeonGenerator
- public interface DungeonConstants
Handy interface for dungeon-generating constants.
- Version:
- 1.0, Oct 06, 1999
- Author:
- Steve Yegge
DEFAULT_DUNGEON_WIDTH
public static final int DEFAULT_DUNGEON_WIDTH
- See Also:
- Constant Field Values
DEFAULT_DUNGEON_HEIGHT
public static final int DEFAULT_DUNGEON_HEIGHT
- See Also:
- Constant Field Values
DEFAULT_ROOM_MIN
public static final int DEFAULT_ROOM_MIN
- See Also:
- Constant Field Values
MINROOMS
public static final int MINROOMS
- See Also:
- Constant Field Values
DEFAULT_ROOM_RAND
public static final int DEFAULT_ROOM_RAND
- See Also:
- Constant Field Values
DEFAULT_DENSITY
public static final int DEFAULT_DENSITY
- See Also:
- Constant Field Values
NORTH
public static final int NORTH
- See Also:
- Constant Field Values
SOUTH
public static final int SOUTH
- See Also:
- Constant Field Values
EAST
public static final int EAST
- See Also:
- Constant Field Values
WEST
public static final int WEST
- See Also:
- Constant Field Values
WALL
public static final int WALL
- See Also:
- Constant Field Values
CORNER
public static final int CORNER
- See Also:
- Constant Field Values
TUNNEL
public static final int TUNNEL
- See Also:
- Constant Field Values
FLOOR
public static final int FLOOR
- See Also:
- Constant Field Values
DOOR
public static final int DOOR
- See Also:
- Constant Field Values
ONEDOORWALL
public static final int ONEDOORWALL
- See Also:
- Constant Field Values
UPSTAIR
public static final int UPSTAIR
- See Also:
- Constant Field Values
DOWNSTAIR
public static final int DOWNSTAIR
- See Also:
- Constant Field Values
EDGEDOOR
public static final int EDGEDOOR
- See Also:
- Constant Field Values
NEVERLOCKED
public static final int NEVERLOCKED
- See Also:
- Constant Field Values
NEVERTRAPPED
public static final int NEVERTRAPPED
- See Also:
- Constant Field Values
NODOOR
public static final int NODOOR
- See Also:
- Constant Field Values
NORMALDOOR
public static final int NORMALDOOR
- See Also:
- Constant Field Values
SECRETDOOR
public static final int SECRETDOOR
- See Also:
- Constant Field Values
LOCKEDDOOR
public static final int LOCKEDDOOR
- See Also:
- Constant Field Values
TRAPPEDDOOR
public static final int TRAPPEDDOOR
- See Also:
- Constant Field Values
TRAPPEDSPACE
public static final int TRAPPEDSPACE
- See Also:
- Constant Field Values
WEAK
public static final int WEAK
- See Also:
- Constant Field Values
NORMAL
public static final int NORMAL
- See Also:
- Constant Field Values
POWERFUL
public static final int POWERFUL
- See Also:
- Constant Field Values
VERYPOWERFUL
public static final int VERYPOWERFUL
- See Also:
- Constant Field Values
FRIENDLY
public static final int FRIENDLY
- See Also:
- Constant Field Values
GENERIC
public static final int GENERIC
- See Also:
- Constant Field Values
TREASURE
public static final int TREASURE
- See Also:
- Constant Field Values
DEFAULT_DEFAULT_TERRAIN
public static final java.lang.String DEFAULT_DEFAULT_TERRAIN
- See Also:
- Constant Field Values
DEFAULT_FLOOR
public static final java.lang.String DEFAULT_FLOOR
- See Also:
- Constant Field Values
DEFAULT_DOOR
public static final java.lang.String DEFAULT_DOOR
- See Also:
- Constant Field Values
DEFAULT_WALL
public static final java.lang.String DEFAULT_WALL
- See Also:
- Constant Field Values
DEFAULT_STAIR
public static final java.lang.String DEFAULT_STAIR
- See Also:
- Constant Field Values
DEFAULT_EXIT_TYPE
public static final java.lang.String DEFAULT_EXIT_TYPE
- See Also:
- Constant Field Values
DEFAULT_DOOR_HP
public static final int DEFAULT_DOOR_HP
- See Also:
- Constant Field Values
MAX_DUNGEON_WIDTH
public static final int MAX_DUNGEON_WIDTH
- See Also:
- Constant Field Values
MAX_DUNGEON_HEIGHT
public static final int MAX_DUNGEON_HEIGHT
- See Also:
- Constant Field Values