- teleportRobot(RobotID, Position) - Method in class inf112.fiasko.roborally.objects.Board
 
- 
Teleports a robot to some position without verification
 Be quite careful about using this method.
 
- TextureConverterUtil - Class in inf112.fiasko.roborally.utility
 
- 
This class can convert an element to an appropriate texture
 
- Tile - Class in inf112.fiasko.roborally.objects
 
- 
This class represents a simple tile
 
- Tile(TileType, Direction) - Constructor for class inf112.fiasko.roborally.objects.Tile
 
- 
Instantiates a new tile
 
- TileType - Enum in inf112.fiasko.roborally.objects.properties
 
- 
This enum represents all possible tile types
 
- toString() - Method in class inf112.fiasko.roborally.objects.AbstractDeck
 
- 
Gets the card from the deck in String format
 
- toString() - Method in class inf112.fiasko.roborally.objects.ListGrid
 
-  
 
- toString() - Method in class inf112.fiasko.roborally.objects.Particle
 
-  
 
- toString() - Method in class inf112.fiasko.roborally.objects.ProgrammingCard
 
-  
 
- toString() - Method in class inf112.fiasko.roborally.objects.properties.Position
 
-  
 
- toString() - Method in class inf112.fiasko.roborally.objects.Tile
 
-  
 
- toString() - Method in class inf112.fiasko.roborally.objects.Wall
 
-  
 
- toString() - Method in class inf112.fiasko.roborally.ui.screens.CardRectangle
 
-  
 
- touchDown(int, int, int, int) - Method in class inf112.fiasko.roborally.ui.screens.BoardActiveScreen
 
-  
 
- touchDown(int, int, int, int) - Method in class inf112.fiasko.roborally.ui.screens.InteractiveScreen
 
-  
 
- touchDragged(int, int, int) - Method in class inf112.fiasko.roborally.ui.screens.BoardActiveScreen
 
-  
 
- touchDragged(int, int, int) - Method in class inf112.fiasko.roborally.ui.screens.InteractiveScreen
 
-  
 
- touchUp(int, int, int, int) - Method in class inf112.fiasko.roborally.ui.screens.BoardActiveScreen
 
-  
 
- touchUp(int, int, int, int) - Method in class inf112.fiasko.roborally.ui.screens.CardChoiceScreen
 
-  
 
- touchUp(int, int, int, int) - Method in class inf112.fiasko.roborally.ui.screens.InteractiveScreen
 
-  
 
- tryRobotRespawn(Robot, int, int, int, Direction) - Method in class inf112.fiasko.roborally.objects.Board
 
- 
Tries to re-spawn a robot on one of the positions described
 
- TwoTuple<T,K> - Class in inf112.fiasko.roborally.objects
 
- 
A class which can save a tuple with two values
 
- TwoTuple(T, K) - Constructor for class inf112.fiasko.roborally.objects.TwoTuple
 
- 
Instantiates a new 2-tuple