forked from External/mage
* UI: improved hand request dialog (users can ask your hand once per game, reset it by re-activate button);
This commit is contained in:
parent
a18c3e1d88
commit
9a9b304fd5
8 changed files with 82 additions and 59 deletions
|
|
@ -855,7 +855,9 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
void revokePermissionToSeeHandCards();
|
||||
|
||||
boolean isRequestToShowHandCardsAllowed();
|
||||
boolean isPlayerAllowedToRequestHand(UUID gameId, UUID requesterPlayerId);
|
||||
|
||||
void addPlayerToRequestedHandList(UUID gameId, UUID requesterPlayerId);
|
||||
|
||||
Set<UUID> getUsersAllowedToSeeHandCards();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue