Uses of Class
jurpe.world.LocationType

Packages that use LocationType
jurpe.dungeon.rpgmap   
jurpe.world   
 

Uses of LocationType in jurpe.dungeon.rpgmap
 

Methods in jurpe.dungeon.rpgmap with parameters of type LocationType
 Cell RpgMap.getSpecialCell(LocationType type)
          Get the first found cell of the specified location type
 void Cell.setLocation(LocationType location)
          Set location type
 void Cell.setLocation(LocationType location, java.lang.String message)
          Set location type and message.
 void RpgMap.setSpecialCell(RpgMapPoint p, LocationType type)
          Set special cell
 void RpgMap.setSpecialCell(RpgMapPoint p, LocationType type, java.lang.String message)
          Set special cell with a message
 

Constructors in jurpe.dungeon.rpgmap with parameters of type LocationType
Cell(short xx, short yy, LocationType location)
          Constructor
 

Uses of LocationType in jurpe.world
 

Methods in jurpe.world that return LocationType
 LocationType Location.getType()
          Get type of location.
static LocationType LocationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LocationType[] LocationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in jurpe.world with parameters of type LocationType
Location(LocationType loc)
          Constructor
 


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