mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
flesh out javadoc in Untap.java
This commit is contained in:
@@ -36,7 +36,7 @@ public class Untap implements java.io.Serializable {
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* addUntil.
|
||||
* Add a Command that will terminate an effect with "until <Player's> next untap".
|
||||
* </p>
|
||||
*
|
||||
* @param p
|
||||
@@ -58,7 +58,7 @@ public class Untap implements java.io.Serializable {
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* executeUntil.
|
||||
* Executes the termination of effects that apply "until <Player's> next untap".
|
||||
* </p>
|
||||
*
|
||||
* @param p
|
||||
@@ -70,17 +70,6 @@ public class Untap implements java.io.Serializable {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* sizeUntil.
|
||||
* </p>
|
||||
*
|
||||
* @return a int.
|
||||
*/
|
||||
public final int sizeUntil() {
|
||||
return this.until.size();
|
||||
}
|
||||
|
||||
private void execute(final CommandList c) {
|
||||
final int length = c.size();
|
||||
|
||||
@@ -91,7 +80,9 @@ public class Untap implements java.io.Serializable {
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* executeAt.
|
||||
* Handles all the hardcoded events that happen at the beginning of each Untap Phase.
|
||||
*
|
||||
* This will freeze the Stack at the start, and unfreeze the Stack at the end.
|
||||
* </p>
|
||||
*/
|
||||
public final void executeAt() {
|
||||
|
||||
Reference in New Issue
Block a user