oppdaterer javadoc

This commit is contained in:
Tobydrama
2020-05-05 15:46:33 +02:00
parent d59c672c05
commit 2a03d3ac61
121 changed files with 371 additions and 403 deletions

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="no">
<head>
<!-- Generated by javadoc (1.8.0_172) on Sun May 03 18:10:40 CEST 2020 -->
<!-- Generated by javadoc (1.8.0_201) on Tue May 05 15:44:52 CEST 2020 -->
<title>RoboRallyGame</title>
<meta name="date" content="2020-05-03">
<meta name="date" content="2020-05-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -214,7 +214,7 @@ implements <a href="../../../../inf112/fiasko/roborally/objects/DrawableGame.htm
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html#getRobotPowerDown--">getRobotPowerDown</a></span>()</code>
<div class="block">Gets the power down status of the client playing this instance of the game</div>
</td>
@ -359,9 +359,12 @@ implements <a href="../../../../inf112/fiasko/roborally/objects/DrawableGame.htm
<ul class="blockList">
<li class="blockList">
<h4>getRobotPowerDown</h4>
<pre>public&nbsp;java.lang.Boolean&nbsp;getRobotPowerDown()</pre>
<pre>public&nbsp;boolean&nbsp;getRobotPowerDown()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getRobotPowerDown--">InteractableGame</a></code></span></div>
<div class="block">Gets the power down status of the client playing this instance of the game</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getRobotPowerDown--">getRobotPowerDown</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../inf112/fiasko/roborally/objects/InteractableGame.html" title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether this player's robot is in power down</dd>
</dl>
@ -743,7 +746,12 @@ implements <a href="../../../../inf112/fiasko/roborally/objects/DrawableGame.htm
<li class="blockList">
<h4>runTurn</h4>
<pre>public&nbsp;void&nbsp;runTurn()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#runTurn--">InteractableGame</a></code></span></div>
<div class="block">Starts a turn in the game</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#runTurn--">runTurn</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../inf112/fiasko/roborally/objects/InteractableGame.html" title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
</dl>
</li>
</ul>
</li>