mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Comment fixes.
This commit is contained in:
@@ -876,7 +876,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
* Getter for the field <code>xManaCostPaidByColor</code>.
|
* Getter for the field <code>xManaCostPaidByColor</code>.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @return a int.
|
* @return an ArrayList<Mana>.
|
||||||
*/
|
*/
|
||||||
public final ArrayList<Mana> getXManaCostPaidByColor() {
|
public final ArrayList<Mana> getXManaCostPaidByColor() {
|
||||||
return this.xManaCostPaidByColor;
|
return this.xManaCostPaidByColor;
|
||||||
@@ -884,7 +884,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* Getter for the field <code>xManaCostPaidByColor</code>.
|
* Returns the amount of specific color mana spent on paying X.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @return a int.
|
* @return a int.
|
||||||
@@ -907,7 +907,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param n
|
* @param n
|
||||||
* a int.
|
* an ArrayList<Mana>.
|
||||||
*/
|
*/
|
||||||
public final void setXManaCostPaidByColor(final ArrayList<Mana> xByColor) {
|
public final void setXManaCostPaidByColor(final ArrayList<Mana> xByColor) {
|
||||||
this.xManaCostPaidByColor = xByColor;
|
this.xManaCostPaidByColor = xByColor;
|
||||||
|
|||||||
Reference in New Issue
Block a user