mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Removed the unused variable finishedEnteringBF from the card class.
This commit is contained in:
@@ -342,7 +342,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
|
||||
private boolean levelUp = false;
|
||||
private boolean bounceAtUntap = false;
|
||||
private boolean finishedEnteringBF = false;
|
||||
|
||||
private boolean unearth = false;
|
||||
private boolean unearthed;
|
||||
@@ -1349,29 +1348,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
this.bounceAtUntap = bounce;
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Getter for the field <code>finishedEnteringBF</code>.
|
||||
* </p>
|
||||
*
|
||||
* @return a boolean.
|
||||
*/
|
||||
public final boolean getFinishedEnteringBF() {
|
||||
return this.finishedEnteringBF;
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Setter for the field <code>finishedEnteringBF</code>.
|
||||
* </p>
|
||||
*
|
||||
* @param b
|
||||
* a boolean.
|
||||
*/
|
||||
public final void setFinishedEnteringBF(final boolean b) {
|
||||
this.finishedEnteringBF = b;
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* hasFirstStrike.
|
||||
|
||||
Reference in New Issue
Block a user