theelk801
e0f031801d
more refactors
2024-10-03 12:59:14 -04:00
xenohedron
d61de05eb8
refactor: simpler processAction syntax ( #12458 )
...
* game.processAction() instead of game.getState().processAction(game)
* add simpler method name and docs
* find/replace to new method
* remove old method
* deprecate applyEffects
2024-06-11 22:55:43 -04:00
xenohedron
44893028f5
refactor: Constructor access modifier cleanup ( #11644 )
...
* ContinuousRuleModifyingEffectImpl
* OneShotEffect
* ContinuousEffectImpl
* fix CRLF
* *EffectImpl
* *Effect
* DoIfCostPaid
* cleanup token copy constructors -> private
* fix build error from misspelled class name
2024-01-13 00:53:22 -05:00
Susucre
a702d10ce0
refactor: clean all copy constructors in cards starting T ( #11093 )
2023-09-02 03:09:33 +04:00
jeffwadsworth
025395788c
- Fixed #8165 . There are other cards that handle exiling sequentially, but this is a refactoring starting point.
2021-09-16 11:05:32 -05:00
Jeff
47dc1d8d61
- T, V, U cards: A player now moves the card/permanent to a zone.
2021-02-24 11:07:36 -06:00
Evan Kranzler
56603ffcd2
refactored card copy methods to be private
2021-02-02 17:07:37 -05:00
Oleg Agafonov
db239a1055
Refactor: replaced sourceId by source and introduced source param in some methods;
2020-12-12 20:23:19 +04:00
brookeburkett
d968894620
Update TaintedPact.java
2020-01-24 09:14:22 -05:00
Ingmar Goudt
43d305a4b1
no need to use a stringbuilder for single line String creation. Java will compile this to use a StringBuilder automatically. StringBuilder performs best when initialized outside a loop
2018-12-31 20:40:21 +01:00
GrayedFox
3953f3dbdd
remove all MIT copyright notices from files
2018-06-02 17:59:49 +02:00
Evan Kranzler
a6e51e592b
Changed all card classes to final
...
I was tired of the "overridable method call in constructor" warning and card classes should be final anyway
2018-05-21 10:53:44 -04:00
ingmargoudt
1caf3a6be4
change getLibrary().size() > 0 to hasCards()
2017-03-07 17:28:26 +01:00
JOAC69
59f88047e4
Modify cards
2016-10-04 20:06:28 -05:00
JOAC69
4b8d31e5f4
Move cards
2016-10-04 19:58:48 -05:00