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

Packages that use StatusFlag
net.sf.juoserver.model   
 

Uses of StatusFlag in net.sf.juoserver.model
 

Methods in net.sf.juoserver.model that return StatusFlag
 StatusFlag Mobile.getStatusFlag()
           
static StatusFlag StatusFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatusFlag[] StatusFlag.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 StatusFlag
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.