Uses of Class
jurpe.dungeon.furnishing.OpenClose

Packages that use OpenClose
jurpe.dungeon.furnishing   
 

Uses of OpenClose in jurpe.dungeon.furnishing
 

Methods in jurpe.dungeon.furnishing that return OpenClose
 OpenClose Door.getStatus()
          Status (opened/closed/locked) of the door
static OpenClose OpenClose.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OpenClose[] OpenClose.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jurpe.dungeon.furnishing with parameters of type OpenClose
 void Door.setStatus(OpenClose sStatus)
          Set the door open or closed
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net