<li><ahref="../../../../../inf112/fiasko/roborally/objects/properties/Position.html"title="class in inf112.fiasko.roborally.objects.properties"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../inf112/fiasko/roborally/objects/properties/TileType.html"title="enum in inf112.fiasko.roborally.objects.properties"><spanclass="typeNameLink">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a>></dd>
extends java.lang.Enum<<ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a>></pre>
<divclass="block">This class represents an id for marking specific robots</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a></code></td>
<divclass="block">Gets the numerical id used for identification of a robot id</div>
</td>
</tr>
<trid="i2"class="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trid="i3"class="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a>[]</code></td>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> ROBOT_1</pre>
<divclass="block">The id of the first robot (white)</div>
</li>
</ul>
<aname="ROBOT_2">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ROBOT_2</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> ROBOT_2</pre>
<divclass="block">The id of the second robot (pink)</div>
</li>
</ul>
<aname="ROBOT_3">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ROBOT_3</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> ROBOT_3</pre>
<divclass="block">The id of the third robot (light green)</div>
</li>
</ul>
<aname="ROBOT_4">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ROBOT_4</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> ROBOT_4</pre>
<divclass="block">The id of the fourth robot (blue)</div>
</li>
</ul>
<aname="ROBOT_5">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ROBOT_5</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> ROBOT_5</pre>
<divclass="block">The id of the fifth robot (yellow)</div>
</li>
</ul>
<aname="ROBOT_6">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ROBOT_6</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> ROBOT_6</pre>
<divclass="block">The id of the sixth robot (dark green)</div>
</li>
</ul>
<aname="ROBOT_7">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ROBOT_7</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> ROBOT_7</pre>
<divclass="block">The id of the seventh robot (orange)</div>
</li>
</ul>
<aname="ROBOT_8">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>ROBOT_8</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> ROBOT_8</pre>
<divclass="block">The id of the eight robot (red)</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="values--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>values</h4>
<pre>public static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a>[] values()</pre>
<divclass="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (RobotID c : RobotID.values())
System.out.println(c);
</pre></div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<aname="valueOf-java.lang.String-">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> valueOf(java.lang.String name)</pre>
<divclass="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><spanclass="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd>
</dl>
</li>
</ul>
<aname="getRobotIDFromID-int-">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getRobotIDFromID</h4>
<pre>public static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/RobotID.html"title="enum in inf112.fiasko.roborally.objects.properties">RobotID</a> getRobotIDFromID(int robotID)</pre>
<divclass="block">Gets a robot ID value from its numerical representation</div>
<li><ahref="../../../../../inf112/fiasko/roborally/objects/properties/Position.html"title="class in inf112.fiasko.roborally.objects.properties"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../inf112/fiasko/roborally/objects/properties/TileType.html"title="enum in inf112.fiasko.roborally.objects.properties"><spanclass="typeNameLink">Next Class</span></a></li>