forked from External/mage
refactor: improve method name (related to 86fa9278)
This commit is contained in:
parent
723df8f53c
commit
fdd244786b
31 changed files with 44 additions and 45 deletions
|
|
@ -112,7 +112,7 @@ public interface Target extends Serializable {
|
|||
* Overwrites the name automatically generated from the filter text.
|
||||
* If you want to add additional info for usability, use `withChooseHint` instead.
|
||||
*/
|
||||
Target setTargetName(String name);
|
||||
Target withTargetName(String name);
|
||||
|
||||
String getTargetedName(Game game);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue