forked from External/mage
refactor: improved usage of target pointers
This commit is contained in:
parent
78612ddc91
commit
46d751f996
476 changed files with 548 additions and 563 deletions
|
|
@ -228,6 +228,8 @@ public interface Ability extends Controllable, Serializable {
|
|||
* Retrieves the {@link Target} located at the 0th index in the
|
||||
* {@link Targets}. A call to the method is equivalent to
|
||||
* {@link #getTargets()}.get(0).getFirstTarget().
|
||||
* <p>
|
||||
* Warning, if you effect uses target pointers then it must search getTargetPointer too
|
||||
*
|
||||
* @return The {@link java.util.UUID} of the first target within the targets
|
||||
* list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue