foul-magics/Mage/src/main/java/mage/abilities/effects
2017-03-04 00:16:36 +01:00
..
common added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
keyword added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
ApplyCountersEffect.java
AsThoughEffect.java
AsThoughEffectImpl.java
AsThoughManaEffect.java
AsTurnedFaceUpEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
AuraReplacementEffect.java added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
ContinuousEffect.java
ContinuousEffectImpl.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
ContinuousEffects.java Few lambda's and removed explicit type from creating lists and hashmaps 2017-02-28 13:46:57 +03:00
ContinuousEffectsList.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
ContinuousRuleModifyingEffect.java
ContinuousRuleModifyingEffectImpl.java
CostModificationEffect.java
Effect.java
EffectImpl.java
Effects.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
EntersBattlefieldEffect.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
OneShotEffect.java
PayCostToAttackBlockEffect.java
PayCostToAttackBlockEffectImpl.java changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
PlaneswalkerRedirectionEffect.java
PreventionEffect.java
PreventionEffectData.java
PreventionEffectImpl.java Reworked PreventAllDamageToControllerEffect to be more generic. 2016-10-30 18:59:16 +01:00
PutTokenOntoBattlefieldCopySourceEffect.java
RedirectionEffect.java
ReplacementEffect.java
ReplacementEffectImpl.java
RequirementEffect.java
RestrictionEffect.java
RestrictionUntapNotMoreThanEffect.java
SearchEffect.java
SpliceCardEffect.java
SpliceCardEffectImpl.java
WhileConditionContinuousEffect.java