<li><ahref="../../../../inf112/fiasko/roborally/objects/Board.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../inf112/fiasko/roborally/objects/BoardElementContainer.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Next Class</span></a></li>
<dd><ahref="../../../../inf112/fiasko/roborally/objects/Particle.html"title="class in inf112.fiasko.roborally.objects">Particle</a>, <ahref="../../../../inf112/fiasko/roborally/objects/Tile.html"title="class in inf112.fiasko.roborally.objects">Tile</a>, <ahref="../../../../inf112/fiasko/roborally/objects/Wall.html"title="class in inf112.fiasko.roborally.objects">Wall</a></dd>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code><ahref="../../../../inf112/fiasko/roborally/objects/BoardElement.html"title="interface in inf112.fiasko.roborally.objects">BoardElement</a><<ahref="../../../../inf112/fiasko/roborally/objects/BoardElement.html"title="type parameter in BoardElement">K</a>></code></td>
<divclass="block">Makes a copy of the board element</div>
</td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code><ahref="../../../../inf112/fiasko/roborally/objects/properties/Direction.html"title="enum in inf112.fiasko.roborally.objects.properties">Direction</a></code></td>
<divclass="block">Gets the direction of the element</div>
</td>
</tr>
<trid="i2"class="altColor">
<tdclass="colFirst"><code><ahref="../../../../inf112/fiasko/roborally/objects/BoardElement.html"title="type parameter in BoardElement">K</a></code></td>
<divclass="block">Gets the type of the element</div>
</td>
</tr>
<trid="i3"class="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/BoardElement.html#setDirection-inf112.fiasko.roborally.objects.properties.Direction-">setDirection</a></span>(<ahref="../../../../inf112/fiasko/roborally/objects/properties/Direction.html"title="enum in inf112.fiasko.roborally.objects.properties">Direction</a> newDirection)</code>
<divclass="block">Changes the direction of the element</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<divclass="details">
<ulclass="blockList">
<liclass="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="getType--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getType</h4>
<pre><ahref="../../../../inf112/fiasko/roborally/objects/BoardElement.html"title="type parameter in BoardElement">K</a> getType()</pre>
<divclass="block">Gets the type of the element</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>An enum value of type K</dd>
</dl>
</li>
</ul>
<aname="getDirection--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getDirection</h4>
<pre><ahref="../../../../inf112/fiasko/roborally/objects/properties/Direction.html"title="enum in inf112.fiasko.roborally.objects.properties">Direction</a> getDirection()</pre>
<divclass="block">Gets the direction of the element</div>
<pre>void setDirection(<ahref="../../../../inf112/fiasko/roborally/objects/properties/Direction.html"title="enum in inf112.fiasko.roborally.objects.properties">Direction</a> newDirection)</pre>
<divclass="block">Changes the direction of the element</div>
<dd><code>newDirection</code> - The element's new direction</dd>
</dl>
</li>
</ul>
<aname="copy--">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>copy</h4>
<pre><ahref="../../../../inf112/fiasko/roborally/objects/BoardElement.html"title="interface in inf112.fiasko.roborally.objects">BoardElement</a><<ahref="../../../../inf112/fiasko/roborally/objects/BoardElement.html"title="type parameter in BoardElement">K</a>> copy()</pre>
<divclass="block">Makes a copy of the board element</div>
<li><ahref="../../../../inf112/fiasko/roborally/objects/Board.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../inf112/fiasko/roborally/objects/BoardElementContainer.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Next Class</span></a></li>