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:53 CEST 2020 -->
<!-- Generated by javadoc (1.8.0_172) on Thu May 07 19:14:45 CEST 2020 -->
<title>inf112.fiasko.roborally.objects</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>
@ -143,72 +143,66 @@
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/DrawableObject.html" title="class in inf112.fiasko.roborally.objects">DrawableObject</a></td>
<td class="colLast">
<div class="block">This class represents an object that can be drawn using libgdx</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/ListGrid.html" title="class in inf112.fiasko.roborally.objects">ListGrid</a>&lt;K&gt;</td>
<td class="colLast">
<div class="block">This class represents a grid which can store anything</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/Particle.html" title="class in inf112.fiasko.roborally.objects">Particle</a></td>
<td class="colLast">
<div class="block">This class represents a particle</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/Phase.html" title="class in inf112.fiasko.roborally.objects">Phase</a></td>
<td class="colLast">
<div class="block">This class handles everything that should happen during a phase</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/Player.html" title="class in inf112.fiasko.roborally.objects">Player</a></td>
<td class="colLast">
<div class="block">This class represents a player</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/ProgrammingCard.html" title="class in inf112.fiasko.roborally.objects">ProgrammingCard</a></td>
<td class="colLast">
<div class="block">This class represents a programming card</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html" title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a></td>
<td class="colLast">
<div class="block">This class represents a deck containing programming cards</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html" title="class in inf112.fiasko.roborally.objects">RoboRallyGame</a></td>
<td class="colLast">
<div class="block">This class represent a game which is drawable using libgdx</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/Robot.html" title="class in inf112.fiasko.roborally.objects">Robot</a></td>
<td class="colLast">
<div class="block">This class represents a robot</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/Tile.html" title="class in inf112.fiasko.roborally.objects">Tile</a></td>
<td class="colLast">
<div class="block">This class represents a simple tile</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/TwoTuple.html" title="class in inf112.fiasko.roborally.objects">TwoTuple</a>&lt;T,K&gt;</td>
<td class="colLast">
<div class="block">A class which can save a tuple with two values</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a href="../../../../inf112/fiasko/roborally/objects/Wall.html" title="class in inf112.fiasko.roborally.objects">Wall</a></td>
<td class="colLast">
<div class="block">This class represents a wall</div>