forked from External/mage
removed redundant modifiers from interfaces
This commit is contained in:
parent
18b4be3ec7
commit
fde10788db
53 changed files with 762 additions and 755 deletions
|
|
@ -38,11 +38,10 @@ import java.util.UUID;
|
|||
*/
|
||||
public interface CommandObject extends MageObject {
|
||||
|
||||
public UUID getSourceId();
|
||||
public UUID getControllerId();
|
||||
public void assignNewId();
|
||||
// public void checkTriggers(GameEvent event, Game game);
|
||||
UUID getSourceId();
|
||||
UUID getControllerId();
|
||||
void assignNewId();
|
||||
|
||||
@Override
|
||||
public CommandObject copy();
|
||||
CommandObject copy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue