forked from External/mage
Sending user data. Sending avatar to server on connect.
This commit is contained in:
parent
32d4d854f4
commit
bf1a49dd0b
27 changed files with 202 additions and 38 deletions
|
|
@ -61,11 +61,13 @@ import mage.game.draft.Draft;
|
|||
import mage.game.match.Match;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.tournament.Tournament;
|
||||
import mage.players.net.UserData;
|
||||
import mage.target.Target;
|
||||
import mage.target.TargetAmount;
|
||||
import mage.target.TargetCard;
|
||||
import mage.target.common.TargetCardInLibrary;
|
||||
import mage.util.Copyable;
|
||||
import org.w3c.dom.UserDataHandler;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -103,6 +105,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
public Set<UUID> getInRange();
|
||||
public boolean isTopCardRevealed();
|
||||
public void setTopCardRevealed(boolean topCardRevealed);
|
||||
public UserData getUserData();
|
||||
public void setUserData(UserData userData);
|
||||
|
||||
/**
|
||||
* Returns a set of players which turns under you control.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue