forked from External/mage
Refactoring
See github line by line comments in 'File changed'
This commit is contained in:
parent
01bb9572e9
commit
c0cf22bbf7
31 changed files with 51 additions and 53 deletions
|
|
@ -132,7 +132,7 @@ public interface Game extends MageItem, Serializable {
|
|||
|
||||
void setZone(UUID objectId, Zone zone);
|
||||
|
||||
void addPlayer(Player player, Deck deck) throws GameException;
|
||||
void addPlayer(Player player, Deck deck);
|
||||
|
||||
Player getPlayer(UUID playerId);
|
||||
|
||||
|
|
@ -437,7 +437,7 @@ public interface Game extends MageItem, Serializable {
|
|||
// controlling the behaviour of replacement effects while permanents entering the battlefield
|
||||
void setScopeRelevant(boolean scopeRelevant);
|
||||
|
||||
public boolean getScopeRelevant();
|
||||
boolean getScopeRelevant();
|
||||
|
||||
// players' timers
|
||||
void initTimer(UUID playerId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue