A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

M

main(String[]) - Static method in class net.sf.freecol.client.gui.FreeColMenuTest
 
main(String[]) - Static method in class net.sf.freecol.FreeCol
The entrypoint.
main(String[]) - Static method in class net.sf.freecol.metaserver.MetaServer
Creates and starts a new MetaServer.
main(String[]) - Static method in class net.sf.freecol.tools.FSGConverter
An entry point for converting FreeCol Savegames.
main(String[]) - Static method in class net.sf.freecol.tools.InstallerTranslations
 
main(String[]) - Static method in class net.sf.freecol.tools.MergeTranslations
 
main(String[]) - Static method in class net.sf.freecol.tools.SaveGameValidator
 
main(String[]) - Static method in class net.sf.freecol.tools.TranslationReport
 
MainPanel - Class in net.sf.freecol.client.gui.panel
A panel filled with 'main' items.
MainPanel(Canvas) - Constructor for class net.sf.freecol.client.gui.panel.MainPanel
The constructor that will add the items to this panel.
makePriceMessage(GoodsType) - Method in class net.sf.freecol.common.model.Market
Make up a ModelMessage describing the change in this Market for a specified type of goods.
makeTrade() - Method in class net.sf.freecol.common.model.ColonyTradeItem
Concludes the trade.
makeTrade() - Method in class net.sf.freecol.common.model.DiplomaticTrade
Calls the makeTrade method of all TradeItems.
makeTrade() - Method in class net.sf.freecol.common.model.GoldTradeItem
Concludes the trade.
makeTrade() - Method in class net.sf.freecol.common.model.GoodsTradeItem
Concludes the trade.
makeTrade() - Method in class net.sf.freecol.common.model.StanceTradeItem
Concludes the trade.
makeTrade() - Method in class net.sf.freecol.common.model.TradeItem
Concludes the trade.
makeTrade() - Method in class net.sf.freecol.common.model.UnitTradeItem
Concludes the trade.
ManageMissionariesGoal - Class in net.sf.freecol.server.ai.goal
This Goal deals with all missionaries of one AIPlayer.
ManageMissionariesGoal(AIPlayer, Goal, float) - Constructor for class net.sf.freecol.server.ai.goal.ManageMissionariesGoal
 
Map - Class in net.sf.freecol.common.model
An isometric map.
Map(Game, Tile[][]) - Constructor for class net.sf.freecol.common.model.Map
Create a new Map from a collection of tiles.
Map(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.Map
Create a new Map from an Element in a DOM-parsed XML-tree.
Map(Game, String) - Constructor for class net.sf.freecol.common.model.Map
Initiates a new Map with the given ID.
Map.CircleIterator - Class in net.sf.freecol.common.model
An interator returning positions in a spiral starting at a given center tile.
Map.CircleIterator(Map.Position, boolean, int) - Constructor for class net.sf.freecol.common.model.Map.CircleIterator
The constructor to use.
Map.Direction - Enum in net.sf.freecol.common.model
The directions a Unit can move to.
Map.PathType - Enum in net.sf.freecol.common.model
Constant used for given options in Map.findPath(Unit, Tile, Tile).
Map.Position - Class in net.sf.freecol.common.model
Represents a position on the Map.
Map.Position(int, int) - Constructor for class net.sf.freecol.common.model.Map.Position
Creates a new object with the given position.
Map.WholeMapIterator - Class in net.sf.freecol.common.model
 
Map.WholeMapIterator() - Constructor for class net.sf.freecol.common.model.Map.WholeMapIterator
Default constructor.
MAP_EDITOR - Static variable in class net.sf.freecol.client.gui.panel.MainPanel
 
MAP_SCROLL_ON_DRAG - Static variable in class net.sf.freecol.client.ClientOptions
Option for activating autoscroll when dragging units on the mapboard.
MAP_SIZE - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
Option for setting the size of the map.
MAP_SIZE_HUGE - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.MAP_SIZE.
MAP_SIZE_LARGE - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.MAP_SIZE.
MAP_SIZE_MEDIUM - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.MAP_SIZE.
MAP_SIZE_SMALL - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.MAP_SIZE.
MAP_SIZE_VERY_LARGE - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.MAP_SIZE.
MapboardAction - Class in net.sf.freecol.client.gui.action
Super class for all actions that should be disabled when the mapboard is not selected.
MapControls - Class in net.sf.freecol.client.gui.panel
A collection of panels and buttons that are used to provide the user with a more detailed view of certain elements on the map and also to provide a means of input in case the user can't use the keyboard.
MapControls(FreeColClient) - Constructor for class net.sf.freecol.client.gui.panel.MapControls
The basic constructor.
MapControlsAction - Class in net.sf.freecol.client.gui.action
An action for displaying the map controls.
MapEditorController - Class in net.sf.freecol.client.control
The map editor controller.
MapEditorController(FreeColClient) - Constructor for class net.sf.freecol.client.control.MapEditorController
Creates a new MapEditorController.
MapEditorMenuBar - Class in net.sf.freecol.client.gui
The menu bar used when running in editor mode.
MapEditorMenuBar(FreeColClient) - Constructor for class net.sf.freecol.client.gui.MapEditorMenuBar
Creates a new MapEditorMenuBar.
MapEditorTransformPanel - Class in net.sf.freecol.client.gui.panel
A panel for choosing the current MapTransform.
MapEditorTransformPanel(Canvas) - Constructor for class net.sf.freecol.client.gui.panel.MapEditorTransformPanel
The constructor that will add the items to this panel.
MapEditorTransformPanel.MapTransform - Class in net.sf.freecol.client.gui.panel
Represents a transformation that can be applied to a Tile.
MapEditorTransformPanel.MapTransform() - Constructor for class net.sf.freecol.client.gui.panel.MapEditorTransformPanel.MapTransform
 
MapEditorTransformPanel.TileTypeTransform - Class in net.sf.freecol.client.gui.panel
 
MapGenerator - Class in net.sf.freecol.server.generator
Creates random maps and sets the starting locations for the players.
MapGenerator(Random) - Constructor for class net.sf.freecol.server.generator.MapGenerator
Creates a MapGenerator
MapGeneratorOptions - Class in net.sf.freecol.server.generator
Keeps track of the available map generator options.
MapGeneratorOptions() - Constructor for class net.sf.freecol.server.generator.MapGeneratorOptions
Creates a new MapGeneratorOptions.
MapGeneratorOptions(Element) - Constructor for class net.sf.freecol.server.generator.MapGeneratorOptions
Creates a MapGeneratorOptions from an XML representation.
MapGeneratorOptions(XMLStreamReader) - Constructor for class net.sf.freecol.server.generator.MapGeneratorOptions
Creates a MapGeneratorOptions from an XML representation.
MapGeneratorOptionsDialog - Class in net.sf.freecol.client.gui.panel
Dialog for changing the MapGeneratorOptions.
MapGeneratorOptionsDialog(Canvas) - Constructor for class net.sf.freecol.client.gui.panel.MapGeneratorOptionsDialog
The constructor that will add the items to this panel.
mark(int) - Method in class net.sf.freecol.common.util.ReplayableInputStream
 
Market - Class in net.sf.freecol.common.model
This class implements a simple economic model whereby a market holds all goods that have been sold and the price of a particular type of good is determined solely by its availability in that market.
Market(Game, Player) - Constructor for class net.sf.freecol.common.model.Market
 
Market(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.Market
Initiates a new Market from an XML representation.
Market(Game, Element) - Constructor for class net.sf.freecol.common.model.Market
Initiates a new Market from an XML representation.
Market(Game, String) - Constructor for class net.sf.freecol.common.model.Market
Initiates a new Market with the given ID.
MarketData - Class in net.sf.freecol.common.model
Objects of this class hold the market data for a particular type of good.
MarketData() - Constructor for class net.sf.freecol.common.model.MarketData
Package constructor: This class is only supposed to be constructed by Market.
MarketData(GoodsType) - Constructor for class net.sf.freecol.common.model.MarketData
Creates a new MarketData instance.
MarketLabel - Class in net.sf.freecol.client.gui.panel
This label represents a cargo type on the European market.
MarketLabel(GoodsType, Market, Canvas) - Constructor for class net.sf.freecol.client.gui.panel.MarketLabel
Initializes this JLabel with the given goods type.
MarketLabel(GoodsType, Market, Canvas, boolean) - Constructor for class net.sf.freecol.client.gui.panel.MarketLabel
Initializes this JLabel with the given goods type.
markSupported() - Method in class net.sf.freecol.common.util.ReplayableInputStream
 
MAX_CONVERT_DISTANCE - Static variable in class net.sf.freecol.common.model.IndianSettlement
 
MAX_HORSES_PER_TURN - Static variable in class net.sf.freecol.common.model.IndianSettlement
 
MAX_NUMBER_OF_GOODS_IMAGES - Static variable in class net.sf.freecol.client.ClientOptions
Used by GUI, this is the most repetitions drawn of a goods image for a single goods grouping.
MAX_OTHER_UNITS - Static variable in class net.sf.freecol.client.gui.GUI
 
MAX_SEARCH_RADIUS - Static variable in interface net.sf.freecol.server.ai.goal.GoalConstants
 
MAXIMUM_BOMBARD_POWER - Static variable in class net.sf.freecol.common.model.SimpleCombatModel
The maximum attack power of a Colony's fortifications against a naval unit.
MAXIMUM_PRICE - Static variable in class net.sf.freecol.common.model.Market
 
MAXIMUM_TAX_RATE - Static variable in class net.sf.freecol.common.model.Monarch
The maximum possible tax rate (given in percentage).
menuKeyPressed(MenuKeyEvent) - Method in class net.sf.freecol.client.gui.action.FreeColAction.InnerMenuKeyListener
 
menuKeyReleased(MenuKeyEvent) - Method in class net.sf.freecol.client.gui.action.FreeColAction.InnerMenuKeyListener
 
menuKeyTyped(MenuKeyEvent) - Method in class net.sf.freecol.client.gui.action.FreeColAction.InnerMenuKeyListener
 
MergeTranslations - Class in net.sf.freecol.tools
 
MergeTranslations() - Constructor for class net.sf.freecol.tools.MergeTranslations
 
message(String, String...) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Finds the message with a particular ID in the default locale and performs string replacements.
Message - Class in net.sf.freecol.common.networking
Class for parsing raw message data into an XML-tree and for creating new XML-trees.
Message(String) - Constructor for class net.sf.freecol.common.networking.Message
Constructs a new Message with data from the given String.
Message(InputStream) - Constructor for class net.sf.freecol.common.networking.Message
Constructs a new Message with data from the given InputStream.
Message(Document) - Constructor for class net.sf.freecol.common.networking.Message
Constructs a new Message with data from the given XML-document.
MESSAGE_AGE - Static variable in class net.sf.freecol.client.gui.GUI
 
MESSAGE_COUNT - Static variable in class net.sf.freecol.client.gui.GUI
 
MessageHandler - Interface in net.sf.freecol.common.networking
Handles complete incoming messages.
MessageLabel - Class in net.sf.freecol.client.gui
 
MessageLabel(String) - Constructor for class net.sf.freecol.client.gui.MessageLabel
 
Messages - Class in net.sf.freecol.client.gui.i18n
Represents a collection of messages in a particular locale.
Messages() - Constructor for class net.sf.freecol.client.gui.i18n.Messages
 
MESSAGES_GROUP_BY - Static variable in class net.sf.freecol.client.ClientOptions
Used by GUI, this defines the grouping of ModelMessages.
MESSAGES_GROUP_BY_NOTHING - Static variable in class net.sf.freecol.client.ClientOptions
 
MESSAGES_GROUP_BY_SOURCE - Static variable in class net.sf.freecol.client.ClientOptions
 
MESSAGES_GROUP_BY_TYPE - Static variable in class net.sf.freecol.client.ClientOptions
 
META_SERVER_ADDRESS - Static variable in class net.sf.freecol.FreeCol
 
META_SERVER_PORT - Static variable in class net.sf.freecol.FreeCol
 
MetaItem - Class in net.sf.freecol.metaserver
This object stores information about a single running server.
MetaItem(String, String, int, int, int, boolean, String, int) - Constructor for class net.sf.freecol.metaserver.MetaItem
Creates a new object with the given information.
MetaRegister - Class in net.sf.freecol.metaserver
The MetaRegister stores information about running servers.
MetaRegister() - Constructor for class net.sf.freecol.metaserver.MetaRegister
 
MetaServer - Class in net.sf.freecol.metaserver
The entry point and main controller object for the meta server.
MetaServer(int) - Constructor for class net.sf.freecol.metaserver.MetaServer
Creates a new network server.
METASERVER_THREAD - Static variable in class net.sf.freecol.FreeCol
 
MIN_NUMBER_FOR_DISPLAYING_GOODS - Static variable in class net.sf.freecol.client.ClientOptions
Used by GUI, this is the minimum number of goods a colony must possess for the goods to show up at the bottom of the colony panel.
MIN_NUMBER_FOR_DISPLAYING_GOODS_COUNT - Static variable in class net.sf.freecol.client.ClientOptions
Used by GUI, the number will be displayed when a group of goods are higher than this number.
MiniMap - Class in net.sf.freecol.client.gui.panel
This component draws a small version of the map.
MiniMap(FreeColClient) - Constructor for class net.sf.freecol.client.gui.panel.MiniMap
The constructor that will initialize this component.
MINIMAP_BACKGROUND_COLOR - Static variable in class net.sf.freecol.client.ClientOptions
The color to fill in around the actual map on the minimap.
MINIMAP_ZOOMIN - Static variable in class net.sf.freecol.client.gui.panel.MiniMap
 
MINIMAP_ZOOMOUT - Static variable in class net.sf.freecol.client.gui.panel.MiniMap
 
MiniMapZoomInAction - Class in net.sf.freecol.client.gui.action
An action for zooming in on the minimap.
MiniMapZoomOutAction - Class in net.sf.freecol.client.gui.action
An action for zooming out on the minimap.
MINIMUM_PRICE - Static variable in class net.sf.freecol.common.model.Market
 
MINIMUM_PRICE - Static variable in class net.sf.freecol.common.model.Monarch
The minimum price for mercenaries.
MINIMUM_SAVEGAME_VERSION - Static variable in class net.sf.freecol.server.FreeColServer
The oldest save game format that can still be loaded.
MINIMUM_TAX_RATE - Static variable in class net.sf.freecol.common.model.Monarch
The minimum tax rate (given in percentage) from where it can be lowered
Mission - Class in net.sf.freecol.server.ai.mission
A mission describes what a unit should do; attack, build colony, wander etc.
Mission(AIMain) - Constructor for class net.sf.freecol.server.ai.mission.Mission
Creates a mission.
Mission(AIMain, AIUnit) - Constructor for class net.sf.freecol.server.ai.mission.Mission
Creates a mission for the given AIUnit.
MISSION_OFFSET_X - Static variable in class net.sf.freecol.client.gui.GUI
 
MISSION_OFFSET_Y - Static variable in class net.sf.freecol.client.gui.GUI
 
MISSIONARY_TAG_NAME - Static variable in class net.sf.freecol.common.model.IndianSettlement
 
MISSIONARY_TENSION - Static variable in class net.sf.freecol.common.model.IndianSettlement
 
mnemonics - Static variable in class net.sf.freecol.client.gui.action.ColopediaAction
 
MOD_FILTER - Static variable in class net.sf.freecol.common.io.Mods
 
ModelController - Interface in net.sf.freecol.common.model
The ModelController is used by the model to perform tasks which cannot be done by the model.
ModelMessage - Class in net.sf.freecol.common.model
Contains a message about a change in the model.
ModelMessage() - Constructor for class net.sf.freecol.common.model.ModelMessage
 
ModelMessage(FreeColGameObject, String, String[][], ModelMessage.MessageType, FreeColObject) - Constructor for class net.sf.freecol.common.model.ModelMessage
Deprecated. 
ModelMessage(FreeColGameObject, ModelMessage.MessageType, FreeColObject, String, String...) - Constructor for class net.sf.freecol.common.model.ModelMessage
Creates a new ModelMessage.
ModelMessage(FreeColGameObject, String, String[][], ModelMessage.MessageType) - Constructor for class net.sf.freecol.common.model.ModelMessage
Creates a new ModelMessage.
ModelMessage(FreeColGameObject, String, String[][]) - Constructor for class net.sf.freecol.common.model.ModelMessage
Creates a new ModelMessage.
ModelMessage.MessageType - Enum in net.sf.freecol.common.model
Constants describing the type of message.
Modifier - Class in net.sf.freecol.common.model
The Modifier class encapsulates a bonus or penalty that can be applied to any action within the game, most obviously combat.
Modifier(String, float, Modifier.Type) - Constructor for class net.sf.freecol.common.model.Modifier
Creates a new Modifier instance.
Modifier(String, FreeColGameObjectType, float, Modifier.Type) - Constructor for class net.sf.freecol.common.model.Modifier
Creates a new Modifier instance.
Modifier(Modifier) - Constructor for class net.sf.freecol.common.model.Modifier
Creates a new Modifier instance.
Modifier(Element) - Constructor for class net.sf.freecol.common.model.Modifier
Creates a new Modifier instance.
Modifier(XMLStreamReader, Specification) - Constructor for class net.sf.freecol.common.model.Modifier
Creates a new Modifier instance.
Modifier.Type - Enum in net.sf.freecol.common.model
 
modify(int) - Method in class net.sf.freecol.common.model.Tension
Modifies the tension by the given amount.
modifyAlarm(Player, int) - Method in class net.sf.freecol.common.model.IndianSettlement
Modifies the alarm level towards the given player.
modifyExperience(int) - Method in class net.sf.freecol.common.model.Unit
Modifies the experience of this Unit at its current workType.
modifyGold(int) - Method in class net.sf.freecol.common.model.Player
Modifies the amount of gold that this player has.
modifyIncomeAfterTaxes(GoodsType, int) - Method in class net.sf.freecol.common.model.Player
Modifies the current incomeAfterTaxes.
modifyIncomeBeforeTaxes(GoodsType, int) - Method in class net.sf.freecol.common.model.Player
Modifies the current incomeBeforeTaxes.
modifySales(GoodsType, int) - Method in class net.sf.freecol.common.model.Player
Modifies the current sales.
modifyScore(int) - Method in class net.sf.freecol.common.model.Player
Modifies the score of the player by the given value.
modifyTension(Player, int) - Method in class net.sf.freecol.common.model.Player
Modifies the hostiliy against the given player.
modifyTension(Player, int, IndianSettlement) - Method in class net.sf.freecol.common.model.Player
 
Mods - Class in net.sf.freecol.common.io
Contains methods for getting a list of available mods.
Mods() - Constructor for class net.sf.freecol.common.io.Mods
 
Monarch - Class in net.sf.freecol.common.model
This class implements the player's monarch, whose functions prior to the revolution include raising taxes, declaring war on other European countries, and occasionally providing military support.
Monarch(Game, Player, String) - Constructor for class net.sf.freecol.common.model.Monarch
Constructor.
Monarch(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.Monarch
Initiates a new Monarch from an Element and registers this Monarch at the specified game.
Monarch(Game, Element) - Constructor for class net.sf.freecol.common.model.Monarch
Initiates a new Monarch from an Element and registers this Monarch at the specified game.
Monarch(Game, String) - Constructor for class net.sf.freecol.common.model.Monarch
Initiates a new Monarch with the given ID.
Monarch.MonarchAction - Enum in net.sf.freecol.common.model
Constants describing monarch actions.
MonarchPanel - Class in net.sf.freecol.client.gui.panel
This panel is used to show information about a tile.
MonarchPanel(Canvas, Monarch.MonarchAction, String...) - Constructor for class net.sf.freecol.client.gui.panel.MonarchPanel
The constructor that will add the items to this panel.
MOUNTAIN_NUMBER - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
Option for setting the number of mountains on the map.
mouseClicked(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMapEditorMouseListener
Invoked when a mouse button was clicked.
mouseClicked(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMouseListener
Invoked when a mouse button was clicked.
mouseClicked(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.AboutPanel.URLMouseListener
 
mouseClicked(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.MiniMap
 
mouseDragged(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMapEditorMouseListener
Invoked when the mouse has been dragged.
mouseDragged(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMouseMotionListener
Invoked when the mouse has been dragged.
mouseDragged(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.MiniMap
 
mouseEntered(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMapEditorMouseListener
Invoked when the mouse enters the component.
mouseEntered(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMouseListener
Invoked when the mouse enters the component.
mouseEntered(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.AboutPanel.URLMouseListener
 
mouseEntered(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.MiniMap
 
mouseExited(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMapEditorMouseListener
Invoked when the mouse exits the component.
mouseExited(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMouseListener
Invoked when the mouse exits the component.
mouseExited(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.AboutPanel.URLMouseListener
 
mouseExited(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.MiniMap
 
mouseMoved(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMapEditorMouseListener
Invoked when the mouse has been moved.
mouseMoved(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMouseMotionListener
Invoked when the mouse has been moved.
mouseMoved(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.MiniMap
 
mousePressed(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMapEditorMouseListener
Invoked when a mouse button was pressed.
mousePressed(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMouseListener
Invoked when a mouse button was pressed.
mousePressed(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.AboutPanel.URLMouseListener
 
mousePressed(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.DragListener
Gets called when the mouse was pressed on a Swing component that has this object as a MouseListener.
mousePressed(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.MiniMap
 
mouseReleased(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMapEditorMouseListener
Invoked when a mouse button was released.
mouseReleased(MouseEvent) - Method in class net.sf.freecol.client.gui.CanvasMouseListener
Invoked when a mouse button was released.
mouseReleased(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.AboutPanel.URLMouseListener
 
mouseReleased(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.DropListener
Gets called when the mouse was released on a Swing component that has this object as a MouseListener.
mouseReleased(MouseEvent) - Method in class net.sf.freecol.client.gui.panel.MiniMap
 
move(Unit, Map.Direction) - Method in class net.sf.freecol.client.control.InGameController
Moves the specified unit in a specified direction.
move(Map.Direction) - Method in class net.sf.freecol.common.model.Unit
Moves this unit in the specified direction.
MOVE_ANIMATION_SPEED - Static variable in class net.sf.freecol.client.ClientOptions
Animation speed for friendly units.
MOVE_UNITS_MODE - Static variable in class net.sf.freecol.client.gui.ViewMode
 
MoveAction - Class in net.sf.freecol.client.gui.action
An action for chosing the next unit as the active unit.
moveActiveUnit(Map.Direction) - Method in class net.sf.freecol.client.control.InGameController
Moves the active unit in a specified direction.
MOVEMENT_PENALTY_SOURCE - Static variable in class net.sf.freecol.common.Specification
 
moveTileCursor(Map.Direction) - Method in class net.sf.freecol.client.gui.GUI
 
moveToAmerica(Unit) - Method in class net.sf.freecol.client.control.InGameController
Moves the specified unit to America.
moveToAmerica() - Method in class net.sf.freecol.common.model.Unit
Moves this unit to america.
moveToDestination(Unit) - Method in class net.sf.freecol.client.control.InGameController
Moves the given unit towards the destination given by Unit.getDestination().
moveToEurope(Unit) - Method in class net.sf.freecol.client.control.InGameController
Moves the specified unit to Europe.
moveToEurope() - Method in class net.sf.freecol.common.model.Unit
Moves this unit to Europe.
moveToFront(Unit) - Method in class net.sf.freecol.common.model.Unit
Move the given unit to the front of this carrier (make sure it'll be the first unit in this unit's unit list).
multiple(Connection, Element) - Method in class net.sf.freecol.client.control.InGameInputHandler
Handle all the children of this element.
multiple(Connection, Element) - Method in class net.sf.freecol.server.ai.AIInGameInputHandler
Handle all the children of this element.
MUSIC_VOLUME - Static variable in class net.sf.freecol.client.ClientOptions
 
MusicLibrary - Class in net.sf.freecol.client.gui.sound
A MusicLibrary stores an array of playlists for use with music.
MusicLibrary(String) - Constructor for class net.sf.freecol.client.gui.sound.MusicLibrary
The constructor.
MUSKETS - Static variable in class net.sf.freecol.common.model.Goods
Need to change various classes to use the specification in order to remove reliance on these static quick links.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z