<dt><ahref="../inf112/fiasko/roborally/Main.html"title="class in inf112.fiasko.roborally"><spanclass="typeNameLink">Main</span></a> - Class in <ahref="../inf112/fiasko/roborally/package-summary.html">inf112.fiasko.roborally</a></dt>
<dd>
<divclass="block">The mail class which runs the game</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../inf112/fiasko/roborally/Main.html#Main--">Main()</a></span> - Constructor for class inf112.fiasko.roborally.<ahref="../inf112/fiasko/roborally/Main.html"title="class in inf112.fiasko.roborally">Main</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../inf112/fiasko/roborally/Main.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class inf112.fiasko.roborally.<ahref="../inf112/fiasko/roborally/Main.html"title="class in inf112.fiasko.roborally">Main</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../inf112/fiasko/roborally/objects/Phase.html#makeMove-inf112.fiasko.roborally.objects.properties.RobotID-inf112.fiasko.roborally.objects.properties.Action-">makeMove(RobotID, Action)</a></span> - Method in class inf112.fiasko.roborally.objects.<ahref="../inf112/fiasko/roborally/objects/Phase.html"title="class in inf112.fiasko.roborally.objects">Phase</a></dt>
<dd>
<divclass="block">Makes the given robot move according to to the action input.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../inf112/fiasko/roborally/ui/screens/InteractiveScreen.html#mouseMoved-int-int-">mouseMoved(int, int)</a></span> - Method in class inf112.fiasko.roborally.ui.screens.<ahref="../inf112/fiasko/roborally/ui/screens/InteractiveScreen.html"title="class in inf112.fiasko.roborally.ui.screens">InteractiveScreen</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../inf112/fiasko/roborally/objects/Phase.html#moveAllConveyorBelts--">moveAllConveyorBelts()</a></span> - Method in class inf112.fiasko.roborally.objects.<ahref="../inf112/fiasko/roborally/objects/Phase.html"title="class in inf112.fiasko.roborally.objects">Phase</a></dt>
<dd>
<divclass="block">Moves robots standing on conveyor belts in the direction of the conveyor belt
In addition, the function rotates appropriately when arriving at any non-straight conveyor belt.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../inf112/fiasko/roborally/objects/Board.html#moveRobot-inf112.fiasko.roborally.objects.properties.RobotID-inf112.fiasko.roborally.objects.properties.Direction-">moveRobot(RobotID, Direction)</a></span> - Method in class inf112.fiasko.roborally.objects.<ahref="../inf112/fiasko/roborally/objects/Board.html"title="class in inf112.fiasko.roborally.objects">Board</a></dt>
<dd>
<divclass="block">Moves a robot one unit in a specified direction</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../inf112/fiasko/roborally/objects/Board.html#moveRobotForward-inf112.fiasko.roborally.objects.properties.RobotID-">moveRobotForward(RobotID)</a></span> - Method in class inf112.fiasko.roborally.objects.<ahref="../inf112/fiasko/roborally/objects/Board.html"title="class in inf112.fiasko.roborally.objects">Board</a></dt>
<dd>
<divclass="block">Moves a robot one unit forward according to the direction it's currently facing</div>