forked from External/mage
Getting stack ability in Stack objects.
This commit is contained in:
parent
333562f721
commit
115799564f
3 changed files with 10 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
package mage.game.stack;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
import mage.game.*;
|
||||
import java.util.UUID;
|
||||
import mage.MageObject;
|
||||
|
|
@ -41,6 +42,7 @@ public interface StackObject extends MageObject {
|
|||
public UUID getControllerId();
|
||||
public void checkTriggers(GameEvent event, Game game);
|
||||
public void counter(UUID sourceId, Game game);
|
||||
public Ability getStackAbility();
|
||||
@Override
|
||||
public StackObject copy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue