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

Packages that use LightLevel
net.sf.juoserver.model   
net.sf.juoserver.protocol   
 

Uses of LightLevel in net.sf.juoserver.model
 

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

Uses of LightLevel in net.sf.juoserver.protocol
 

Methods in net.sf.juoserver.protocol that return LightLevel
 LightLevel PersonalLightLevel.getLightLevel()
           
 LightLevel OverallLightLevel.getLightLevel()
           
 

Constructors in net.sf.juoserver.protocol with parameters of type LightLevel
OverallLightLevel(LightLevel lightLevel)
           
PersonalLightLevel(int creatureId, LightLevel lightLevel)
           
 



Copyright © 2010-2012. All Rights Reserved.