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:53 CEST 2020 -->
<title>G-Index</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>
@ -127,6 +127,10 @@
<dd>
<div class="block">Gets the height of the board</div>
</dd>
<dt><span class="memberNameLink"><a href="../inf112/fiasko/roborally/utility/BoardLoaderUtil.html#getBoardListHumanReadable--">getBoardListHumanReadable()</a></span> - Static method in class inf112.fiasko.roborally.utility.<a href="../inf112/fiasko/roborally/utility/BoardLoaderUtil.html" title="class in inf112.fiasko.roborally.utility">BoardLoaderUtil</a></dt>
<dd>
<div class="block">Gets a list of all available boards with human-readable names</div>
</dd>
<dt><span class="memberNameLink"><a href="../inf112/fiasko/roborally/networking/containers/GameStartInfoResponse.html#getBoardName--">getBoardName()</a></span> - Method in class inf112.fiasko.roborally.networking.containers.<a href="../inf112/fiasko/roborally/networking/containers/GameStartInfoResponse.html" title="class in inf112.fiasko.roborally.networking.containers">GameStartInfoResponse</a></dt>
<dd>
<div class="block">Gets the board name</div>
@ -429,6 +433,10 @@
<dd>
<div class="block">Gets the map of programs</div>
</dd>
<dt><span class="memberNameLink"><a href="../inf112/fiasko/roborally/utility/BoardLoaderUtil.html#getRealBoardName-java.lang.String-">getRealBoardName(String)</a></span> - Static method in class inf112.fiasko.roborally.utility.<a href="../inf112/fiasko/roborally/utility/BoardLoaderUtil.html" title="class in inf112.fiasko.roborally.utility">BoardLoaderUtil</a></dt>
<dd>
<div class="block">Gets the actual file name of a board given its human-readable name</div>
</dd>
<dt><span class="memberNameLink"><a href="../inf112/fiasko/roborally/objects/Board.html#getRealDeadRobots--">getRealDeadRobots()</a></span> - Method in class inf112.fiasko.roborally.objects.<a href="../inf112/fiasko/roborally/objects/Board.html" title="class in inf112.fiasko.roborally.objects">Board</a></dt>
<dd>
<div class="block">Gets a list of robots no longer part of the game</div>
@ -475,10 +483,12 @@
<dd>
<div class="block">Returns a robot id for a robot on a specific position if such a robot exists</div>
</dd>
<dt><span class="memberNameLink"><a href="../inf112/fiasko/roborally/objects/RoboRallyGame.html#getRobotPowerDown--">getRobotPowerDown()</a></span> - Method in class inf112.fiasko.roborally.objects.<a href="../inf112/fiasko/roborally/objects/RoboRallyGame.html" title="class in inf112.fiasko.roborally.objects">RoboRallyGame</a></dt>
<dt><span class="memberNameLink"><a href="../inf112/fiasko/roborally/objects/InteractableGame.html#getRobotPowerDown--">getRobotPowerDown()</a></span> - Method in interface inf112.fiasko.roborally.objects.<a href="../inf112/fiasko/roborally/objects/InteractableGame.html" title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></dt>
<dd>
<div class="block">Gets the power down status of the client playing this instance of the game</div>
</dd>
<dt><span class="memberNameLink"><a href="../inf112/fiasko/roborally/objects/RoboRallyGame.html#getRobotPowerDown--">getRobotPowerDown()</a></span> - Method in class inf112.fiasko.roborally.objects.<a href="../inf112/fiasko/roborally/objects/RoboRallyGame.html" title="class in inf112.fiasko.roborally.objects">RoboRallyGame</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../inf112/fiasko/roborally/objects/DrawableGame.html#getRobotsToDraw--">getRobotsToDraw()</a></span> - Method in interface inf112.fiasko.roborally.objects.<a href="../inf112/fiasko/roborally/objects/DrawableGame.html" title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></dt>
<dd>
<div class="block">Gets a list of all robots to draw</div>