|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Visibility | |
---|---|
net.sf.magicproject.clickable.targetable.card | All card components. |
net.sf.magicproject.token | Unclassed constants. |
net.sf.magicproject.zone | Contains all zones. |
Uses of Visibility in net.sf.magicproject.clickable.targetable.card |
---|
Fields in net.sf.magicproject.clickable.targetable.card declared as Visibility | |
---|---|
Visibility |
AbstractCard.visibility
Indicates if this card is returned or not, that means back image is visible or not. |
Methods in net.sf.magicproject.clickable.targetable.card with parameters of type Visibility | |
---|---|
void |
MCard.returnCard(Visibility visibility)
Show/hide the back face of the card. |
Uses of Visibility in net.sf.magicproject.token |
---|
Methods in net.sf.magicproject.token that return Visibility | |
---|---|
Visibility |
Visibility.decreaseFor(Player player)
Return the decreased visibility for this player |
Visibility |
Visibility.decreaseFor(Player controller,
VisibilityChange visibilityChange)
Return the increased visibility for this player |
Visibility |
Visibility.increaseFor(Player player)
Return the increased visibility for this player |
Visibility |
Visibility.increaseFor(Player controller,
VisibilityChange visibilityChange)
Return the increased visibility for this player |
static Visibility |
Visibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Visibility in net.sf.magicproject.zone |
---|
Fields in net.sf.magicproject.zone declared as Visibility | |
---|---|
Visibility |
MZone.visibility
Indicates all cards of this zone are returned or not. |
Methods in net.sf.magicproject.zone with parameters of type Visibility | |
---|---|
void |
MZone.setVisibility(Visibility visibility)
Set the visibility of this zone. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |