public enum ENoticeItem extends Enum<ENoticeItem>
| Enum Constant and Description |
|---|
LOANER_GIVE
Give a loan
|
LOANER_LIST
See all outstanding given loans
|
LOANER_REPAY
Repay a debt, also listing all debts
|
LOANER_TAKE
Take out a loan
|
MB_CONSUMPTION_PRODUCTION
Market booth consumtion and production
|
MB_STOCK_PRICES
Market booth stock and prices
|
PORT_CITY_TO_SHIP
Load wares from the city onto the ship.
|
PORT_CITY_TO_STORAGE
Move wares from the city to the warehouse
|
PORT_STORAGE_TO_SHIP
Load wares from the warehouse onto the ship.
|
PORT_WEAPON
Load weapons onto the ship.
|
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.
|
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
Deprecated.
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static ENoticeItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ENoticeItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ENoticeItem MB_STOCK_PRICES
public static final ENoticeItem MB_CONSUMPTION_PRODUCTION
public static final ENoticeItem TO_BALANCE
public static final ENoticeItem TO_PERSONAL
public static final ENoticeItem TO_CONSUMPTION_PRODUCTION
public static final ENoticeItem TO_WAREHOUSES
public static final ENoticeItem TO_OFFICE_TRADING
public static final ENoticeItem TO_WEAPONS
public static final ENoticeItem TAVERN_BUYER
public static final ENoticeItem TAVERN_SAILORS
public static final ENoticeItem TAVERN_WEAPONS_DEALER
public static final ENoticeItem TAVERN_INFORMANT_1
public static final ENoticeItem TAVERN_INFORMANT_2
public static final ENoticeItem TAVERN_CAPTAIN
public static final ENoticeItem TAVERN_PIRATE
public static final ENoticeItem TAVERN_TRAVELER
@Deprecated public static final ENoticeItem TAVERN_SIDE_ROOM
public static final ENoticeItem TAVERN_COURIER
public static final ENoticeItem TAVERN_TRANSPORT_TRADER
public static final ENoticeItem TAVERN_ESCORTE
public static final ENoticeItem TAVERN_FUGATIVE
public static final ENoticeItem TAVERN_PATROL
public static final ENoticeItem TAVERN_BURGLAR
public static final ENoticeItem TAVERN_CONCURRENT
public static final ENoticeItem TAVERN_PIRATE_HUNTER
public static final ENoticeItem TAVERN_WAREHOUSE_TENANT
public static final ENoticeItem TAVERN_SMUGGLER
public static final ENoticeItem TAVERN_TREASUREMAP_OWNER
public static final ENoticeItem TAVERN_TRADER
public static final ENoticeItem SHIPYARD_CONSTRUCTION
public static final ENoticeItem SHIPYARD_REPAIR
public static final ENoticeItem SHIPYARD_CONSTRUCTION_LIST
public static final ENoticeItem SHIPYARD_REPAIR_LIST
public static final ENoticeItem SHIPYARD_UPGRADE
public static final ENoticeItem SHIPYARD_RENAME
public static final ENoticeItem PORT_CITY_TO_SHIP
public static final ENoticeItem PORT_STORAGE_TO_SHIP
public static final ENoticeItem PORT_CITY_TO_STORAGE
public static final ENoticeItem PORT_WEAPON
public static final ENoticeItem LOANER_TAKE
public static final ENoticeItem LOANER_GIVE
public static final ENoticeItem LOANER_REPAY
public static final ENoticeItem LOANER_LIST
public static ENoticeItem[] values()
for (ENoticeItem c : ENoticeItem.values()) System.out.println(c);
public static ENoticeItem 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.