Uses of Class
net.sf.juoserver.model.SexRace

Packages that use SexRace
net.sf.juoserver.model   
 

Uses of SexRace in net.sf.juoserver.model
 

Methods in net.sf.juoserver.model that return SexRace
 SexRace Mobile.getSexRace()
           
static SexRace SexRace.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SexRace[] SexRace.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.juoserver.model with parameters of type SexRace
Mobile(int playerSerial, String playerName, int currentHitPoints, int maxHitPoints, boolean nameChangeFlag, StatusFlag statusFlag, SexRace sexRace, int strength, int dexterity, int intelligence, int currentStamina, int maxStamina, int currentMana, int maxMana, int goldInPack, int armorRating, int weight, int maxWeight, RaceFlag raceFlag, int statsCap, int followers, int maxFollowers, int fireResist, int coldResist, int poisonResist, int energyResist, int luck, int damageMinimum, int damageMaximum, int tithingPoints)
           
 



Copyright © 2010-2012. All Rights Reserved.