Oppdaterer Javadoc

This commit is contained in:
2020-05-07 19:17:02 +02:00
parent 79a774993b
commit 5cd2787a1e
121 changed files with 439 additions and 577 deletions

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="no">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue May 05 15:44:52 CEST 2020 -->
<!-- Generated by javadoc (1.8.0_172) on Thu May 07 19:14:44 CEST 2020 -->
<title>Board</title>
<meta name="date" content="2020-05-05">
<meta name="date" content="2020-05-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -325,7 +325,7 @@ extends java.lang.Object</pre>
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../inf112/fiasko/roborally/objects/Board.html#respawnRobots--">respawnRobots</a></span>()</code>
<div class="block">Moves all dead robots to their backups and makes them part of the board again, and if a robot has no lives
it will be removed from the game.</div>
it will be removed from the game</div>
</td>
</tr>
<tr id="i29" class="rowColor">
@ -663,7 +663,7 @@ extends java.lang.Object</pre>
<div class="block">Removes one damage for a given robot given that it has taken som damage before</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>robotID</code> - the ID of the robot</dd>
<dd><code>robotID</code> - The ID of the robot</dd>
</dl>
</li>
</ul>
@ -689,7 +689,7 @@ extends java.lang.Object</pre>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>robot</code> - The RobotID of a robot</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The amount of damage the robot has currently</dd>
<dd>The amount of damage the robot currently has</dd>
</dl>
</li>
</ul>
@ -773,7 +773,7 @@ extends java.lang.Object</pre>
<h4>respawnRobots</h4>
<pre>public&nbsp;void&nbsp;respawnRobots()</pre>
<div class="block">Moves all dead robots to their backups and makes them part of the board again, and if a robot has no lives
it will be removed from the game.</div>
it will be removed from the game</div>
</li>
</ul>
<a name="updateRobotBackups--">