Refining returned action types
This commit is contained in:
@@ -69,14 +69,14 @@ public interface LotroCardBlueprint {
|
||||
|
||||
public boolean checkPlayRequirements(LotroGame game, PhysicalCard self);
|
||||
|
||||
public List<? extends ActivateCardAction> getPhaseActionsInPlay(String playerId, LotroGame game, PhysicalCard self);
|
||||
|
||||
public List<? extends Action> getPhaseActionsInHand(String playerId, LotroGame game, PhysicalCard self);
|
||||
|
||||
public List<? extends ActivateCardAction> getPhaseActionsFromStacked(String playerId, LotroGame game, PhysicalCard self);
|
||||
|
||||
public List<? extends Action> getPhaseActionsFromDiscard(String playerId, LotroGame game, PhysicalCard self);
|
||||
|
||||
public List<? extends ActivateCardAction> getPhaseActionsInPlay(String playerId, LotroGame game, PhysicalCard self);
|
||||
|
||||
public List<? extends ActivateCardAction> getPhaseActionsFromStacked(String playerId, LotroGame game, PhysicalCard self);
|
||||
|
||||
public List<RequiredTriggerAction> getRequiredBeforeTriggers(LotroGame game, Effect effect, PhysicalCard self);
|
||||
|
||||
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self);
|
||||
|
||||
Reference in New Issue
Block a user