Modifier and Type | Method and Description |
---|---|
WorldHandler.ProvinceResult |
WorldHandler.handleProvinceEvent(IProvince newProvince,
int bonus)
Determines what should be done with the chosen province
|
static WorldHandler.ProvinceResult |
WorldHandler.ProvinceResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorldHandler.ProvinceResult[] |
WorldHandler.ProvinceResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|