Uses of Class
rails.game.action.LayTile

Packages that use LayTile
rails.game   
rails.game.specific._1835   
rails.game.specific._1889   
rails.ui.swing   
rails.ui.swing.hexmap   
 

Uses of LayTile in rails.game
 

Methods in rails.game that return types with arguments of type LayTile
protected  java.util.List<LayTile> OperatingRound.getNormalTileLays(boolean display)
           
protected  java.util.List<LayTile> OperatingRound.getSpecialTileLays(boolean display)
          Create a List of allowed special tile lays (see LayTile class).
 

Methods in rails.game with parameters of type LayTile
 boolean OperatingRound.layTile(LayTile action)
           
 void MapHex.upgrade(LayTile action)
          new wrapper function for the LayTile action that calls the actual upgrade mehod
 

Uses of LayTile in rails.game.specific._1835
 

Methods in rails.game.specific._1835 that return types with arguments of type LayTile
protected  java.util.List<LayTile> OperatingRound_1835.getSpecialTileLays(boolean display)
           
 

Methods in rails.game.specific._1835 with parameters of type LayTile
 boolean OperatingRound_1835.layTile(LayTile action)
           
 

Uses of LayTile in rails.game.specific._1889
 

Methods in rails.game.specific._1889 with parameters of type LayTile
 boolean OperatingRound_1889.layTile(LayTile action)
           
 

Uses of LayTile in rails.ui.swing
 

Fields in rails.ui.swing with type parameters of type LayTile
(package private)  java.util.List<LayTile> ORWindow.allowedTileLays
           
 java.util.List<LayTile> ORUIManager.allowedTileLays
           
 

Methods in rails.ui.swing with parameters of type LayTile
protected  void ORUIManager.relayBaseTokens(LayTile action)
          Manually relay the tokens.
 

Method parameters in rails.ui.swing with type arguments of type LayTile
 void MapPanel.setAllowedTileLays(java.util.List<LayTile> allowedTileLays)
           
 

Uses of LayTile in rails.ui.swing.hexmap
 

Fields in rails.ui.swing.hexmap with type parameters of type LayTile
protected  java.util.List<LayTile> HexMap.allowedTileLays
          A list of all allowed tile lays
protected  java.util.Map<MapHex,LayTile> HexMap.allowedTilesPerHex
          A Map linking tile allowed tiles to each map hex
 

Methods in rails.ui.swing.hexmap that return types with arguments of type LayTile
 java.util.List<LayTile> HexMap.getTileAllowancesForHex(MapHex hex)
           
 

Method parameters in rails.ui.swing.hexmap with type arguments of type LayTile
 void HexMap.setAllowedTileLays(java.util.List<LayTile> allowedTileLays)