foul-magics/Mage/src/main/java/mage/abilities/effects
vraskulin 2e83930ace Creating new ArrayList is unneccesarry
We shouldn't create new arraylist with default size and no element in it to show that no elements found in database. It's one more object in heap, which will be never used. There is special method Collections.emptyList() - it's more readeable and returns empty immutable list
2016-12-19 12:23:23 +03:00
..
common Creating new ArrayList is unneccesarry 2016-12-19 12:23:23 +03:00
keyword * Fixed possible null pointer exceptions. 2016-11-26 10:22:23 +01:00
ApplyCountersEffect.java Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
AsThoughEffect.java
AsThoughEffectImpl.java
AsThoughManaEffect.java
AsTurnedFaceUpEffect.java
AuraReplacementEffect.java Add Event to the signature of updateZoneChangeCounter. 2016-09-10 17:45:26 -04:00
ContinuousEffect.java
ContinuousEffectImpl.java
ContinuousEffects.java * Added logic to remove control effects that refer to permanents of a player that leaves the game. 2016-12-18 16:57:34 +01:00
ContinuousEffectsList.java
ContinuousRuleModifyingEffect.java
ContinuousRuleModifyingEffectImpl.java Merge 2016-10-17 23:45:47 -05:00
CostModificationEffect.java
Effect.java
EffectImpl.java
Effects.java [KLD] Added 15 artifacts. 2016-09-08 02:10:26 -04:00
EntersBattlefieldEffect.java * Fixed a bug with tokens using the optional EntersBattlefieldEffect (e.g. Clone with Mimic Vat). 2016-10-23 00:36:36 +02:00
OneShotEffect.java
PayCostToAttackBlockEffect.java
PayCostToAttackBlockEffectImpl.java
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 * Reworked some parts of transform handling. Fixes #2396. 2016-09-28 17:02:37 +02:00
RestrictionUntapNotMoreThanEffect.java
SearchEffect.java
SpliceCardEffect.java
SpliceCardEffectImpl.java
WhileConditionContinuousEffect.java