|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MZone | |
---|---|
net.sf.magicproject.action.context | Provides context classes of an action. |
net.sf.magicproject.clickable.targetable.card | All card components. |
net.sf.magicproject.deckbuilder | any classes manipulating decks and also components used by the deckbuilder form. |
net.sf.magicproject.stack | All classes manipulating stack and controlling the abilities/actions flow. |
net.sf.magicproject.zone | Contains all zones. |
Uses of MZone in net.sf.magicproject.action.context |
---|
Fields in net.sf.magicproject.action.context declared as MZone | |
---|---|
MZone[] |
MovePlayerCardContext.srcZones
The previous zones. |
Uses of MZone in net.sf.magicproject.clickable.targetable.card |
---|
Methods in net.sf.magicproject.clickable.targetable.card that return MZone | |
---|---|
MZone |
MCard.getContainer()
Return the container of this card. |
Uses of MZone in net.sf.magicproject.deckbuilder |
---|
Methods in net.sf.magicproject.deckbuilder with parameters of type MZone | |
---|---|
static void |
DeckReader.fillZone(Deck deck,
java.io.FileInputStream dbFile,
MZone zone,
Player owner)
Fill player's zone with the cards found in InputFile |
Uses of MZone in net.sf.magicproject.stack |
---|
Methods in net.sf.magicproject.stack that return types with arguments of type MZone | |
---|---|
java.util.List<MZone> |
ActivatedChoiceList.highLight()
Hightlight all cards containing any ability of this list. |
Uses of MZone in net.sf.magicproject.zone |
---|
Subclasses of MZone in net.sf.magicproject.zone | |
---|---|
class |
DelayedBuffer
|
class |
ExpandableZone
Represents Graveyard or Library zone. |
class |
Hand
The hand zone. |
class |
Play
Represents the play zone |
class |
Side
Created on 23 oct. 2003 Represents the side zone |
class |
Stack
Represents the stack zone |
class |
TriggeredBuffer
|
Methods in net.sf.magicproject.zone that return MZone | |
---|---|
MZone |
ZoneManager.getContainer(int idZone)
return the container corresponding to the specified idZone |
Methods in net.sf.magicproject.zone that return types with arguments of type MZone | |
---|---|
java.util.List<MZone> |
ZoneManager.getValidTargetZones()
Return All available zones. |
Methods in net.sf.magicproject.zone with parameters of type MZone | |
---|---|
void |
PopupManager.mousePressed(java.awt.event.MouseEvent e,
MZone zone)
Is called when you click on the specified Zone. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |