Package | Description |
---|---|
client.map | |
client.map.view | |
client.map.view.dropObject |
Modifier and Type | Field and Description |
---|---|
private DropObject |
MapController.dropObject |
Modifier and Type | Method and Description |
---|---|
DropObject |
MapController.GetDropObject() |
DropObject |
IMapController.GetDropObject() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
MapOverlayView.getLabelText(DropObject pieceType) |
Modifier and Type | Class and Description |
---|---|
class |
CityDropObject
Handles the placement of cities on the map.
|
class |
NoDrop
Used when no object is being placed on the map.
|
class |
RoadDropObject
Creates a object used for placing roads.
|
class |
RobberDropObject
Handles the placement of the robber on the map.
|
class |
SettlementDropObject
Handles the placement of settlements on the map.
|