mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-26 03:04:43 +02:00
oppdaterer javadoc
This commit is contained in:
@ -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 java.lang.Boolean getRobotPowerDown()</pre>
|
||||
<pre>public boolean getRobotPowerDown()</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> in interface <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 void runTurn()</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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> in interface <code><a href="../../../../inf112/fiasko/roborally/objects/InteractableGame.html" title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user