|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualInputStream | |
---|---|
net.sf.magicproject.action | Provides actions. |
net.sf.magicproject.clickable.ability | Abilities. |
net.sf.magicproject.clickable.action | Clickable actions are visible actions the players can see their progress such as what's done and what's remain to do. |
net.sf.magicproject.clickable.mana | Mana represents colored (so visible) entities can be clickable by players. |
net.sf.magicproject.clickable.targetable.card | All card components. |
net.sf.magicproject.clickable.targetable.player | All player components. |
Uses of VirtualInputStream in net.sf.magicproject.action |
---|
Methods in net.sf.magicproject.action with parameters of type VirtualInputStream | |
---|---|
static void |
PayMana.clickOn(VirtualInputStream input)
This method is invoked when opponent has clicked on manas. this call should be done from the net.sf.magicproject.network listener |
Uses of VirtualInputStream in net.sf.magicproject.clickable.ability |
---|
Methods in net.sf.magicproject.clickable.ability with parameters of type VirtualInputStream | |
---|---|
static void |
UserAbility.clickOn(VirtualInputStream input)
This method is invoked when opponent has clicked on this object. this call should be done from the net.sf.magicproject.network listener |
Uses of VirtualInputStream in net.sf.magicproject.clickable.action |
---|
Methods in net.sf.magicproject.clickable.action with parameters of type VirtualInputStream | |
---|---|
void |
ChoosenCostPanel.clickOn(VirtualInputStream input)
This method is invoked when opponent has clicked on this object. this call should be done from the net.sf.magicproject.network listener |
Uses of VirtualInputStream in net.sf.magicproject.clickable.mana |
---|
Methods in net.sf.magicproject.clickable.mana with parameters of type VirtualInputStream | |
---|---|
static void |
ManaPool.clickOn(VirtualInputStream input)
This method is invoked when opponent has clicked on mana. this call should be done from the net.sf.magicproject.network listener |
void |
Mana.clickOn(VirtualInputStream input)
This method is invoked when opponent has clicked on this object. this call should be done from the net.sf.magicproject.network listener |
Uses of VirtualInputStream in net.sf.magicproject.clickable.targetable.card |
---|
Methods in net.sf.magicproject.clickable.targetable.card with parameters of type VirtualInputStream | |
---|---|
static void |
TriggeredCard.clickOn(VirtualInputStream input)
This method is invoked when opponent has clicked on this object. this call should be done from the net.sf.magicproject.network listener |
static void |
MCard.clickOn(VirtualInputStream input)
This method is invoked when opponent has clicked on this object. this call should be done from the net.sf.magicproject.network listener |
static MCard |
MCard.getCard(VirtualInputStream input)
Return the component from information read throw net.sf.magicproject.network |
static TriggeredCard |
TriggeredCard.getTriggeredCard(VirtualInputStream input)
Return the component from information read throw net.sf.magicproject.network |
Uses of VirtualInputStream in net.sf.magicproject.clickable.targetable.player |
---|
Methods in net.sf.magicproject.clickable.targetable.player with parameters of type VirtualInputStream | |
---|---|
static void |
Player.clickOn(VirtualInputStream input)
This method is invoked when opponent has clicked on this object. this call should be done from the net.sf.magicproject.network listener |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |