Package net.sf.freecol.common.model
Interface Constants
-
public interface ConstantsContains the constants. These constants are used by the controllers and input handlers when they are communicating.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConstants.ArmedUnitSettlementActionActions when an armed unit contacts a settlement.static classConstants.BoycottActionActions when dealing with a boycott.static classConstants.ClaimActionActions when claiming land.static classConstants.IndianDemandActionActions surrounding native demands at colonies.static classConstants.IntegrityTypeThe result of checkIntegrity.static classConstants.MissionaryActionActions with a missionary at a native settlement.static classConstants.ScoutColonyActionActions in scouting a colony.static classConstants.ScoutIndianSettlementActionActions in scouting a native settlement.static classConstants.TradeActionChoice of sales action at a native settlement.static classConstants.TradeBuyActionActions when buying from the natives.static classConstants.TradeSellActionActions when selling to the natives.
-
Field Summary
Fields Modifier and Type Field Description static intINFINITYGeneric "huge" value.static intSTEAL_LANDPrice used to denote claiming land by stealing it.static intUNDEFINEDGeneric "unsure" value.
-
-
-
Field Detail
-
INFINITY
static final int INFINITY
Generic "huge" value.- See Also:
- Constant Field Values
-
UNDEFINED
static final int UNDEFINED
Generic "unsure" value.- See Also:
- Constant Field Values
-
STEAL_LAND
static final int STEAL_LAND
Price used to denote claiming land by stealing it.- See Also:
- Constant Field Values
-
-