- batch - Variable in class inf112.fiasko.roborally.ui.RoboRallyWrapper
 
-  
 
- Board - Class in inf112.fiasko.roborally.objects
 
- 
This class represents a board
 
- Board(Grid<Tile>, Grid<Wall>, List<Robot>) - Constructor for class inf112.fiasko.roborally.objects.Board
 
- 
Initializes the board
 
- BoardActiveScreen - Class in inf112.fiasko.roborally.ui.screens
 
- 
This screen shows the game board in real time
 
- BoardActiveScreen(RoboRallyWrapper) - Constructor for class inf112.fiasko.roborally.ui.screens.BoardActiveScreen
 
- 
Instantiates a new board active screen
 
- BoardElement<K> - Interface in inf112.fiasko.roborally.objects
 
- 
Represents an element on the board
 
- BoardElementContainer<K extends BoardElement> - Class in inf112.fiasko.roborally.objects
 
- 
This class represents a board element and its position
 
- BoardElementContainer(K, Position) - Constructor for class inf112.fiasko.roborally.objects.BoardElementContainer
 
- 
Initializes the BoardElementContainer
 
- BoardLoaderUtil - Class in inf112.fiasko.roborally.utility
 
- 
This class helps loading boards