Refactoring

See github line by line comments in 'File changed'
This commit is contained in:
vraskulin 2016-12-29 16:16:08 +03:00
parent 01bb9572e9
commit c0cf22bbf7
31 changed files with 51 additions and 53 deletions

View file

@ -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);