Package | Description |
---|---|
client.networking | |
shared.locations | |
shared.model | |
shared.networking |
Modifier and Type | Method and Description |
---|---|
NetGameModel |
RealEarlyServerProxy.buildCity(VertexLocation vertexLocation) |
NetGameModel |
MockServerProxy.buildCity(VertexLocation vertexLocation)
Notifies the server that the user has decided to build a city
|
NetGameModel |
EarlyServerProxy.buildCity(VertexLocation vertexLocation)
Notifies the server that the user has decided to build a city
|
NetGameModel |
RealEarlyServerProxy.buildSettlement(VertexLocation vertexLocation,
boolean free) |
NetGameModel |
MockServerProxy.buildSettlement(VertexLocation vertexLocation,
boolean free)
Notifies the server that the user has decided to build a settlement
|
NetGameModel |
EarlyServerProxy.buildSettlement(VertexLocation vertexLocation,
boolean free)
Notifies the server that the user has decided to build a settlement
|
Modifier and Type | Method and Description |
---|---|
VertexLocation |
VertexLocation.getNormalizedLocation()
Returns a canonical (i.e., unique) value for this vertex location.
|
Modifier and Type | Method and Description |
---|---|
static VertexLocation |
Translate.GetVertexLocation(Coordinate point) |
Modifier and Type | Method and Description |
---|---|
private org.json.JSONObject |
JSONSerializer.oVertexLocation(VertexLocation vertexLocation) |
java.lang.String |
Serializer.sBuildCityReq(int playerIndex,
VertexLocation vertexLocation)
Serializes a request to build a city
|
java.lang.String |
JSONSerializer.sBuildCityReq(int playerIndex,
VertexLocation vertexLocation) |
java.lang.String |
Serializer.sBuildSettlementReq(int playerIndex,
VertexLocation vertexLocation,
boolean free)
Serializes a request to build a settlement
|
java.lang.String |
JSONSerializer.sBuildSettlementReq(int playerIndex,
VertexLocation vertexLocation,
boolean free) |