Deprecated API


Contents
Deprecated Classes
net.sf.freecol.server.ai.EuropeanAIPlayer
          Currently unused, outdated copy of AIPlayer. Eventual specialization of AI should extend AIPlayer, see ColonialAIPlayer. The method NewAIPlayer.startWorking() gets called by the AIInGameInputHandler when it is this player's turn. 
net.sf.freecol.server.ai.IndianAIPlayer
          Currently unused, outdated copy of AIPlayer. Eventual specialization of AI should extend AIPlayer, see ColonialAIPlayer. The method IndianAIPlayer.startWorking() gets called by the AIInGameInputHandler when it is this player's turn. 
net.sf.freecol.server.ai.NewAIPlayer
          Currently unused, outdated copy of AIPlayer. Eventual specialization of AI should extend AIPlayer, see ColonialAIPlayer. The method NewAIPlayer.startWorking() gets called by the AIInGameInputHandler when it is this player's turn. 
net.sf.freecol.server.ai.REFAIPlayer
          Currently unused, outdated copy of AIPlayer. Eventual specialization of AI should extend AIPlayer, see ColonialAIPlayer. The method REFAIPlayer.startWorking() gets called by the AIInGameInputHandler when it is this player's turn. 
 

Deprecated Constructors
net.sf.freecol.common.option.AbstractOption(String, OptionGroup)
            
net.sf.freecol.common.option.IntegerOption(String, OptionGroup, int, int, int)
            
net.sf.freecol.common.model.ModelMessage(FreeColGameObject, String, String[][], ModelMessage.MessageType, FreeColObject)