if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RoboRallyGame";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
<li><ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../inf112/fiasko/roborally/objects/Robot.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Next Class</span></a></li>
<dd><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a>, <ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="typeNameLabel">RoboRallyGame</span>
extends java.lang.Object
implements <ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a>, <ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></pre>
<divclass="block">This class represent a game which is drawable using libgdx</div>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html#RoboRallyGame-java.util.List-java.lang.String-java.lang.String-inf112.fiasko.roborally.networking.RoboRallyServer-java.lang.Boolean-">RoboRallyGame</a></span>(java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Player.html"title="class in inf112.fiasko.roborally.objects">Player</a>> playerList,
java.lang.String boardName,
java.lang.String playerName,
<ahref="../../../../inf112/fiasko/roborally/networking/RoboRallyServer.html"title="class in inf112.fiasko.roborally.networking">RoboRallyServer</a> server,
java.lang.Boolean testingMode)</code>
<divclass="block">Instantiates a new Robo Rally game</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.summary">
<!---->
</a>
<h3>Method Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Robot.html"title="class in inf112.fiasko.roborally.objects">Robot</a>></code></td>
<divclass="block">Gets a list of all robots still participating</div>
</td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code><ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a></code></td>
<divclass="block">Gets extra cards necessary when the player has no program to lock</div>
</td>
</tr>
<trid="i2"class="altColor">
<tdclass="colFirst"><code><ahref="../../../../inf112/fiasko/roborally/objects/properties/GameState.html"title="enum in inf112.fiasko.roborally.objects.properties">GameState</a></code></td>
<divclass="block">Gets the number of tiles in the y direction</div>
</td>
</tr>
<trid="i4"class="altColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Particle.html"title="class in inf112.fiasko.roborally.objects">Particle</a>></code></td>
<divclass="block">Gets a list of all the particles to be drawn
Should return a list readable from top-left to top-right and so on.</div>
</td>
</tr>
<trid="i5"class="rowColor">
<tdclass="colFirst"><code><ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a></code></td>
<divclass="block">Gets the hand of this player</div>
</td>
</tr>
<trid="i6"class="altColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Player.html"title="class in inf112.fiasko.roborally.objects">Player</a>></code></td>
<divclass="block">Gets a list of active players to receive information about player names</div>
</td>
</tr>
<trid="i7"class="rowColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCard.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCard</a>></code></td>
<divclass="block">Gets the power down status of the client playing this instance of the game</div>
</td>
</tr>
<trid="i10"class="altColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Robot.html"title="class in inf112.fiasko.roborally.objects">Robot</a>></code></td>
<divclass="block">Gets a list of all robots to draw</div>
</td>
</tr>
<trid="i11"class="rowColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Tile.html"title="class in inf112.fiasko.roborally.objects">Tile</a>></code></td>
<divclass="block">Gets a list of all the tiles to be drawn
Should return a list readable from top-left to top-right and so on.</div>
</td>
</tr>
<trid="i12"class="altColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Wall.html"title="class in inf112.fiasko.roborally.objects">Wall</a>></code></td>
<divclass="block">Gets the name of the player who won</div>
</td>
</tr>
<trid="i15"class="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html#receiveAllPrograms-inf112.fiasko.roborally.networking.containers.ProgramsContainerResponse-">receiveAllPrograms</a></span>(<ahref="../../../../inf112/fiasko/roborally/networking/containers/ProgramsContainerResponse.html"title="class in inf112.fiasko.roborally.networking.containers">ProgramsContainerResponse</a> programs)</code>
<divclass="block">Continues turn when programs for all players are received from the server</div>
</td>
</tr>
<trid="i16"class="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html#receiveStayInPowerDown-inf112.fiasko.roborally.networking.containers.PowerDownContainerResponse-">receiveStayInPowerDown</a></span>(<ahref="../../../../inf112/fiasko/roborally/networking/containers/PowerDownContainerResponse.html"title="class in inf112.fiasko.roborally.networking.containers">PowerDownContainerResponse</a> powerDowns)</code>
<divclass="block">Continues turn when stay in power down is received from all players</div>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html#setExtraCards-inf112.fiasko.roborally.objects.ProgrammingCardDeck-">setExtraCards</a></span>(<ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a> extraCards)</code>
<divclass="block">Sets extra cards necessary when the player has no program to lock</div>
</td>
</tr>
<trid="i19"class="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html#setGameState-inf112.fiasko.roborally.objects.properties.GameState-">setGameState</a></span>(<ahref="../../../../inf112/fiasko/roborally/objects/properties/GameState.html"title="enum in inf112.fiasko.roborally.objects.properties">GameState</a> gameState)</code>
<divclass="block">Sets the state of the game</div>
</td>
</tr>
<trid="i20"class="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html#setPlayerHand-inf112.fiasko.roborally.objects.ProgrammingCardDeck-">setPlayerHand</a></span>(<ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a> playerHand)</code>
<divclass="block">Sets the hand of this player</div>
</td>
</tr>
<trid="i21"class="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/RoboRallyGame.html#setProgram-java.util.List-">setProgram</a></span>(java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCard.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCard</a>> program)</code>
<divclass="block">Sets the program of this player</div>
<pre>public RoboRallyGame(java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Player.html"title="class in inf112.fiasko.roborally.objects">Player</a>> playerList,
java.lang.String boardName,
java.lang.String playerName,
<ahref="../../../../inf112/fiasko/roborally/networking/RoboRallyServer.html"title="class in inf112.fiasko.roborally.networking">RoboRallyServer</a> server,
java.lang.Boolean testingMode)</pre>
<divclass="block">Instantiates a new Robo Rally game</div>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getRobotPowerDown--">InteractableGame</a></code></span></div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getRobotPowerDown--">getRobotPowerDown</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<dd>Whether this player's robot is in power down</dd>
</dl>
</li>
</ul>
<aname="getWidth--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getWidth</h4>
<pre>public int getWidth()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getWidth--">DrawableGame</a></code></span></div>
<divclass="block">Gets the number of tiles in the x direction</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getWidth--">getWidth</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A positive integer</dd>
</dl>
</li>
</ul>
<aname="getHeight--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getHeight</h4>
<pre>public int getHeight()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getHeight--">DrawableGame</a></code></span></div>
<divclass="block">Gets the number of tiles in the y direction</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getHeight--">getHeight</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A positive integer</dd>
</dl>
</li>
</ul>
<aname="getTilesToDraw--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getTilesToDraw</h4>
<pre>public java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Tile.html"title="class in inf112.fiasko.roborally.objects">Tile</a>> getTilesToDraw()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getTilesToDraw--">DrawableGame</a></code></span></div>
<divclass="block">Gets a list of all the tiles to be drawn
<p>Should return a list readable from top-left to top-right and so on. In other words, the first getWidth() tiles
should be drawn on the top row from left to right.</p></div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getTilesToDraw--">getTilesToDraw</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A list of tiles</dd>
</dl>
</li>
</ul>
<aname="getWallsToDraw--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getWallsToDraw</h4>
<pre>public java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Wall.html"title="class in inf112.fiasko.roborally.objects">Wall</a>> getWallsToDraw()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getWallsToDraw--">DrawableGame</a></code></span></div>
<divclass="block">Gets a list of all the walls to be drawn
<p>Should return a list readable from top-left to top-right and so on. In other words, the first getWidth() walls
should be drawn on the top row from left to right.</p></div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getWallsToDraw--">getWallsToDraw</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A list of walls</dd>
</dl>
</li>
</ul>
<aname="getParticlesToDraw--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getParticlesToDraw</h4>
<pre>public java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Particle.html"title="class in inf112.fiasko.roborally.objects">Particle</a>> getParticlesToDraw()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getParticlesToDraw--">DrawableGame</a></code></span></div>
<divclass="block">Gets a list of all the particles to be drawn
<p>Should return a list readable from top-left to top-right and so on. In other words, the first getWidth()
particles should be drawn on the top row from left to right.</p></div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getParticlesToDraw--">getParticlesToDraw</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A list of particles</dd>
</dl>
</li>
</ul>
<aname="getRobotsToDraw--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getRobotsToDraw</h4>
<pre>public java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Robot.html"title="class in inf112.fiasko.roborally.objects">Robot</a>> getRobotsToDraw()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getRobotsToDraw--">DrawableGame</a></code></span></div>
<divclass="block">Gets a list of all robots to draw</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getRobotsToDraw--">getRobotsToDraw</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A list of all robots to draw</dd>
</dl>
</li>
</ul>
<aname="getAllRobots--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getAllRobots</h4>
<pre>public java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Robot.html"title="class in inf112.fiasko.roborally.objects">Robot</a>> getAllRobots()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getAllRobots--">DrawableGame</a></code></span></div>
<divclass="block">Gets a list of all robots still participating</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getAllRobots--">getAllRobots</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A list of all robots</dd>
</dl>
</li>
</ul>
<aname="getPlayers--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getPlayers</h4>
<pre>public java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Player.html"title="class in inf112.fiasko.roborally.objects">Player</a>> getPlayers()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getPlayers--">DrawableGame</a></code></span></div>
<divclass="block">Gets a list of active players to receive information about player names</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html#getPlayers--">getPlayers</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects">DrawableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A list of players</dd>
</dl>
</li>
</ul>
<aname="getGameState--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getGameState</h4>
<pre>public <ahref="../../../../inf112/fiasko/roborally/objects/properties/GameState.html"title="enum in inf112.fiasko.roborally.objects.properties">GameState</a> getGameState()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getGameState--">InteractableGame</a></code></span></div>
<divclass="block">Gets the current state of the game</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getGameState--">getGameState</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<pre>public void setGameState(<ahref="../../../../inf112/fiasko/roborally/objects/properties/GameState.html"title="enum in inf112.fiasko.roborally.objects.properties">GameState</a> gameState)</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setGameState-inf112.fiasko.roborally.objects.properties.GameState-">InteractableGame</a></code></span></div>
<divclass="block">Sets the state of the game</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setGameState-inf112.fiasko.roborally.objects.properties.GameState-">setGameState</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<dd><code>gameState</code> - The new state of the game</dd>
</dl>
</li>
</ul>
<aname="getPlayerHand--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getPlayerHand</h4>
<pre>public <ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a> getPlayerHand()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getPlayerHand--">InteractableGame</a></code></span></div>
<divclass="block">Gets the hand of this player</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getPlayerHand--">getPlayerHand</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<pre>public void setPlayerHand(<ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a> playerHand)</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setPlayerHand-inf112.fiasko.roborally.objects.ProgrammingCardDeck-">InteractableGame</a></code></span></div>
<divclass="block">Sets the hand of this player</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setPlayerHand-inf112.fiasko.roborally.objects.ProgrammingCardDeck-">setPlayerHand</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<dd><code>playerHand</code> - The new hand of this player</dd>
</dl>
</li>
</ul>
<aname="getExtraCards--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getExtraCards</h4>
<pre>public <ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a> getExtraCards()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getExtraCards--">InteractableGame</a></code></span></div>
<divclass="block">Gets extra cards necessary when the player has no program to lock</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getExtraCards--">getExtraCards</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<pre>public void setExtraCards(<ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a> extraCards)</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setExtraCards-inf112.fiasko.roborally.objects.ProgrammingCardDeck-">InteractableGame</a></code></span></div>
<divclass="block">Sets extra cards necessary when the player has no program to lock</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setExtraCards-inf112.fiasko.roborally.objects.ProgrammingCardDeck-">setExtraCards</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<dd><code>extraCards</code> - The extra cards to use</dd>
</dl>
</li>
</ul>
<aname="getProgram--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getProgram</h4>
<pre>public java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCard.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCard</a>> getProgram()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getProgram--">InteractableGame</a></code></span></div>
<divclass="block">Gets the program of this player</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getProgram--">getProgram</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>The program of this player</dd>
</dl>
</li>
</ul>
<aname="setProgram-java.util.List-">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>setProgram</h4>
<pre>public void setProgram(java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCard.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCard</a>> program)</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setProgram-java.util.List-">InteractableGame</a></code></span></div>
<divclass="block">Sets the program of this player</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setProgram-java.util.List-">setProgram</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<dd><code>program</code> - The program of this player</dd>
</dl>
</li>
</ul>
<aname="getProgramSize--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getProgramSize</h4>
<pre>public int getProgramSize()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getProgramSize--">InteractableGame</a></code></span></div>
<divclass="block">Gets the amount of cards the player can choose for their program</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getProgramSize--">getProgramSize</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<pre>public void receiveAllPrograms(<ahref="../../../../inf112/fiasko/roborally/networking/containers/ProgramsContainerResponse.html"title="class in inf112.fiasko.roborally.networking.containers">ProgramsContainerResponse</a> programs)
throws java.lang.InterruptedException</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#receiveAllPrograms-inf112.fiasko.roborally.networking.containers.ProgramsContainerResponse-">InteractableGame</a></code></span></div>
<divclass="block">Continues turn when programs for all players are received from the server</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#receiveAllPrograms-inf112.fiasko.roborally.networking.containers.ProgramsContainerResponse-">receiveAllPrograms</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<pre>public void receiveStayInPowerDown(<ahref="../../../../inf112/fiasko/roborally/networking/containers/PowerDownContainerResponse.html"title="class in inf112.fiasko.roborally.networking.containers">PowerDownContainerResponse</a> powerDowns)</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#receiveStayInPowerDown-inf112.fiasko.roborally.networking.containers.PowerDownContainerResponse-">InteractableGame</a></code></span></div>
<divclass="block">Continues turn when stay in power down is received from all players</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#receiveStayInPowerDown-inf112.fiasko.roborally.networking.containers.PowerDownContainerResponse-">receiveStayInPowerDown</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getWinningPlayerName--">InteractableGame</a></code></span></div>
<divclass="block">Gets the name of the player who won</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#getWinningPlayerName--">getWinningPlayerName</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setWinningPlayerName-java.lang.String-">InteractableGame</a></code></span></div>
<divclass="block">Sets the name of the player that won the game</div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#setWinningPlayerName-java.lang.String-">setWinningPlayerName</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#runTurn--">InteractableGame</a></code></span></div>
<dd><code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html#runTurn--">runTurn</a></code> in interface <code><ahref="../../../../inf112/fiasko/roborally/objects/InteractableGame.html"title="interface in inf112.fiasko.roborally.objects">InteractableGame</a></code></dd>
<li><ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../inf112/fiasko/roborally/objects/Robot.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Next Class</span></a></li>