wyvern.kernel.dungeon
Interface DungeonConstants.Blockage

Enclosing interface:
DungeonConstants

public static interface DungeonConstants.Blockage


Field Summary
static int MOSTLY_DOORS
           
static int MOSTLY_LOCKED
           
static int MOSTLY_OPEN
           
static int MOSTLY_SECRET
           
 

Field Detail

MOSTLY_OPEN

public static final int MOSTLY_OPEN
See Also:
Constant Field Values

MOSTLY_DOORS

public static final int MOSTLY_DOORS
See Also:
Constant Field Values

MOSTLY_SECRET

public static final int MOSTLY_SECRET
See Also:
Constant Field Values

MOSTLY_LOCKED

public static final int MOSTLY_LOCKED
See Also:
Constant Field Values