public enum EDialogType extends Enum<EDialogType>
| Enum Constant and Description |
|---|
CITY_TO_SHIP
Transfer between city and a ship
|
CITY_TO_STORAGE
Transfer between city and the trading office
|
LOANER_GIVE
Give a loan
|
LOANER_LIST
List given loans
|
LOANER_REPAY
Repay a loan
|
LOANER_TAKE
Take a loan
|
MB_CONSUMPTION_PRODUCTION
Market booth consumtion and production
|
MB_STOCK_PRICES
Market booth stock and prices
|
SHIPYARD_CONSTRUCTION
Build a new ship
|
SHIPYARD_CONSTRUCTION_LIST
Display the construction list
|
SHIPYARD_RENAME
Rename a ship.
|
SHIPYARD_REPAIR
Repair a ship
|
SHIPYARD_REPAIR_LIST
Display the repair list
|
SHIPYARD_UPGRADE
Upgrade a ship.
|
STORAGE_TO_SHIP
Transfer between the trading office and a ship
|
TAVERN_BURGLAR
Burglar
|
TAVERN_BUYER
Ware buyer in the tavern
|
TAVERN_CAPTAIN
Captain sitting in the tavern
|
TAVERN_CONCURRENT
Concurrent
|
TAVERN_COURIER
Courier
|
TAVERN_ESCORTE
Escorte
|
TAVERN_FUGATIVE
Fugative
|
TAVERN_INFORMANT_1
Informant first dialog in the tavern
|
TAVERN_INFORMANT_2
Informant second dialog in the tavern
|
TAVERN_PATROL
Patrol
|
TAVERN_PIRATE
Pirate sitting in the tavern.
|
TAVERN_PIRATE_HUNTER
Owner of a map with a pirate nest
|
TAVERN_SAILORS
Sailor hiring in the tavern
|
TAVERN_SIDE_ROOM
Enter side room in tavern
|
TAVERN_SMUGGLER
Smuggler
|
TAVERN_TRADER
Local trader selling wares from the city
|
TAVERN_TRANSPORT_TRADER
Remote trading
|
TAVERN_TRAVELER
Traveler sitting in the tavern.
|
TAVERN_TREASUREMAP_OWNER
Owner of a treasuremap part
|
TAVERN_WAREHOUSE_TENANT
Warehouse tenant
|
TAVERN_WEAPONS_DEALER
Weapons dealer in the tavern
|
TO_BALANCE
Trading office balance sheet
|
TO_CONSUMPTION_PRODUCTION
Trading office consumtion and production
|
TO_OFFICE_TRADING
Trading office automatic trading
|
TO_PERSONAL
Trading office personal data
|
TO_WAREHOUSES
Trading office ware houses
|
TO_WEAPONS
Trading office weapons
|
WEAPON
Transfer weapons from storage to the ship
|
| Modifier and Type | Method and Description |
|---|---|
static EDialogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDialogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDialogType TO_BALANCE
public static final EDialogType TO_PERSONAL
public static final EDialogType TO_CONSUMPTION_PRODUCTION
public static final EDialogType TO_WAREHOUSES
public static final EDialogType TO_OFFICE_TRADING
public static final EDialogType TO_WEAPONS
public static final EDialogType CITY_TO_SHIP
public static final EDialogType CITY_TO_STORAGE
public static final EDialogType STORAGE_TO_SHIP
public static final EDialogType WEAPON
public static final EDialogType MB_STOCK_PRICES
public static final EDialogType MB_CONSUMPTION_PRODUCTION
public static final EDialogType TAVERN_BUYER
public static final EDialogType TAVERN_SAILORS
public static final EDialogType TAVERN_WEAPONS_DEALER
public static final EDialogType TAVERN_INFORMANT_1
public static final EDialogType TAVERN_INFORMANT_2
public static final EDialogType TAVERN_CAPTAIN
public static final EDialogType TAVERN_PIRATE
public static final EDialogType TAVERN_TRAVELER
public static final EDialogType TAVERN_SIDE_ROOM
public static final EDialogType TAVERN_COURIER
public static final EDialogType TAVERN_TRANSPORT_TRADER
public static final EDialogType TAVERN_ESCORTE
public static final EDialogType TAVERN_FUGATIVE
public static final EDialogType TAVERN_PATROL
public static final EDialogType TAVERN_BURGLAR
public static final EDialogType TAVERN_CONCURRENT
public static final EDialogType TAVERN_PIRATE_HUNTER
public static final EDialogType TAVERN_WAREHOUSE_TENANT
public static final EDialogType TAVERN_SMUGGLER
public static final EDialogType TAVERN_TREASUREMAP_OWNER
public static final EDialogType TAVERN_TRADER
public static final EDialogType SHIPYARD_CONSTRUCTION
public static final EDialogType SHIPYARD_REPAIR
public static final EDialogType SHIPYARD_RENAME
public static final EDialogType SHIPYARD_CONSTRUCTION_LIST
public static final EDialogType SHIPYARD_REPAIR_LIST
public static final EDialogType SHIPYARD_UPGRADE
public static final EDialogType LOANER_TAKE
public static final EDialogType LOANER_GIVE
public static final EDialogType LOANER_REPAY
public static final EDialogType LOANER_LIST
public static EDialogType[] values()
for (EDialogType c : EDialogType.values()) System.out.println(c);
public static EDialogType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2011-2015 Sahits GmbH. All Rights Reserved.