Uses of Class
net.sf.magicproject.token.VisibilityChange

Packages that use VisibilityChange
net.sf.magicproject.token Unclassed constants. 
 

Uses of VisibilityChange in net.sf.magicproject.token
 

Methods in net.sf.magicproject.token that return VisibilityChange
static VisibilityChange VisibilityChange.deserialize(java.io.InputStream input)
          Read and return the enum from the given inputstream.
static VisibilityChange VisibilityChange.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VisibilityChange[] VisibilityChange.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.magicproject.token with parameters of type VisibilityChange
 Visibility Visibility.decreaseFor(Player controller, VisibilityChange visibilityChange)
          Return the increased visibility for this player
 Visibility Visibility.increaseFor(Player controller, VisibilityChange visibilityChange)
          Return the increased visibility for this player
 



Copyright © 2003-2007 Magic-Project. All Rights Reserved.