Add: Added Javadoc For "toStringBoard" Method In CavePaintings.java.
This commit is contained in:
+10
-4
@@ -89,13 +89,19 @@ public class CavePaintings extends EventCard {
|
||||
|
||||
/**
|
||||
* Prints a string representation of this {@code TribeCard}. This specific variation is used in the {@code Game}'s
|
||||
* toString to print a more detailed version; includes: {@code NLower}, {@code NUpper}, {@code NPrestigeRem} and {@code NPrestigeMul}.
|
||||
* toString to print a more detailed version.
|
||||
* <p>NOTE: {@code NUpper} is not a real attribute used in calculations (only {@code NLower} is needed),
|
||||
* however it's a parameter on the cards' design.
|
||||
* </p>
|
||||
* <p>includes:
|
||||
* <li>{@link #NLower}
|
||||
* <li>{@code NUpper}
|
||||
* <li>{@link #NPrestigeRem}
|
||||
* <li>{@link #NPrestigeMul}
|
||||
* </p>
|
||||
* @return {@code String} - a string representation of this {@code TribeCard}.
|
||||
* @see it.polimi.ingsw.gc14.Model.Cards.TribeCard TribeCard
|
||||
* @see it.polimi.ingsw.gc14.Model.Game Game
|
||||
* @see #NLower
|
||||
* @see #NPrestigeRem
|
||||
* @see #NPrestigeMul
|
||||
*/
|
||||
@Override
|
||||
public String toStringBoard() {
|
||||
|
||||
Reference in New Issue
Block a user