|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Monarch.MonarchAction | |
---|---|
net.sf.freecol.client.gui.panel | Contains the panels and dialogs. |
net.sf.freecol.common.model | Contains the game model. |
Uses of Monarch.MonarchAction in net.sf.freecol.client.gui.panel |
---|
Constructors in net.sf.freecol.client.gui.panel with parameters of type Monarch.MonarchAction | |
---|---|
MonarchPanel(Canvas parent,
Monarch.MonarchAction action,
java.lang.String... replace)
The constructor that will add the items to this panel. |
Uses of Monarch.MonarchAction in net.sf.freecol.common.model |
---|
Methods in net.sf.freecol.common.model that return Monarch.MonarchAction | |
---|---|
Monarch.MonarchAction |
Monarch.getAction(java.util.Random random)
Returns a monarch action. |
static Monarch.MonarchAction |
Monarch.MonarchAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Monarch.MonarchAction[] |
Monarch.MonarchAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.freecol.common.model that return types with arguments of type Monarch.MonarchAction | |
---|---|
java.util.List<RandomChoice<Monarch.MonarchAction>> |
Monarch.getActionChoices()
|
Methods in net.sf.freecol.common.model with parameters of type Monarch.MonarchAction | |
---|---|
int |
Monarch.getNewTax(Monarch.MonarchAction taxChange,
java.util.Random random)
Returns the new increased tax. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |