forked from External/mage
fixes and cleanup
This commit is contained in:
parent
304b7404cf
commit
f13c9bc3bb
16 changed files with 75 additions and 35 deletions
|
|
@ -29,7 +29,6 @@
|
|||
package mage.abilities.effects;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.UUID;
|
||||
import mage.Constants.Outcome;
|
||||
import mage.abilities.Ability;
|
||||
import mage.game.Game;
|
||||
|
|
@ -40,10 +39,10 @@ import mage.game.Game;
|
|||
*/
|
||||
public interface Effect<T extends Effect<T>> extends Serializable {
|
||||
|
||||
// public UUID getId();
|
||||
public String getText(Ability source);
|
||||
public boolean apply(Game game, Ability source);
|
||||
public Outcome getOutcome();
|
||||
|
||||
public T copy();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue