Package net.sf.freecol.common.model
Interface Constants
-
public interface Constants
Contains 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 class
Constants.ArmedUnitSettlementAction
Actions when an armed unit contacts a settlement.static class
Constants.BoycottAction
Actions when dealing with a boycott.static class
Constants.ClaimAction
Actions when claiming land.static class
Constants.IndianDemandAction
Actions surrounding native demands at colonies.static class
Constants.IntegrityType
The result of checkIntegrity.static class
Constants.MissionaryAction
Actions with a missionary at a native settlement.static class
Constants.ScoutColonyAction
Actions in scouting a colony.static class
Constants.ScoutIndianSettlementAction
Actions in scouting a native settlement.static class
Constants.TradeAction
Choice of sales action at a native settlement.static class
Constants.TradeBuyAction
Actions when buying from the natives.static class
Constants.TradeSellAction
Actions when selling to the natives.
-
Field Summary
Fields Modifier and Type Field Description static int
INFINITY
Generic "huge" value.static int
STEAL_LAND
Price used to denote claiming land by stealing it.static int
UNDEFINED
Generic "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
-
-