Uses of Class
zombie.iso.areas.IsoRoomExit.ExitType

Packages that use IsoRoomExit.ExitType
zombie.iso.areas   
 

Uses of IsoRoomExit.ExitType in zombie.iso.areas
 

Fields in zombie.iso.areas declared as IsoRoomExit.ExitType
 IsoRoomExit.ExitType IsoRoomExit.type
           
 

Methods in zombie.iso.areas that return IsoRoomExit.ExitType
static IsoRoomExit.ExitType IsoRoomExit.ExitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IsoRoomExit.ExitType[] IsoRoomExit.ExitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.