Methods in com.empireclassic.Remote that return EmpireError |
EmpireError |
RemoteEmpire.assignShipToFleet(int shipNum,
int fleetNum)
|
EmpireError |
RemoteEmpire.enlist(int islandNum,
IslandCoord coord,
int enlistNum)
|
EmpireError |
RemoteEmpire.gatherToShip(int islandNum,
int what,
int howMuch,
int maxTime)
|
EmpireError |
RemoteEmpire.LoginReply.getError()
|
EmpireError |
RemoteEmpire.SpreadTestReply.getError()
|
EmpireError |
RemoteEmpire.BuildPlanesReply.getError()
|
EmpireError |
RemoteEmpire.AttackReply.getError()
|
EmpireError |
RemoteEmpire.AssaultTestReply.getError()
|
EmpireError |
RemoteEmpire.AssaultReply.getError()
|
EmpireError |
RemoteEmpire.getMail(int id)
|
EmpireError |
RemoteEmpire.islandUpdate(int islandNum,
int updateTime)
|
EmpireError |
RemoteEmpire.launch(int islandNum,
IslandCoord coord,
java.lang.String shipType)
|
EmpireError |
RemoteEmpire.move(int islandNum,
char thing,
java.lang.String from,
java.lang.String to,
int quantity,
boolean test)
|
EmpireError |
RemoteEmpire.radioSend(java.lang.String message)
|
EmpireError |
RemoteEmpire.sendMail(int to,
java.lang.String subject,
java.lang.String message)
|
EmpireError |
RemoteEmpire.setDes(int islandNumber,
IslandCoord coord,
int selection)
|
EmpireError |
RemoteEmpire.setFleetCourse(int nationNum,
int fleetNum,
WorldCoord dest)
|
EmpireError |
RemoteEmpire.setIslandName(int islandNum,
java.lang.String newName)
|
EmpireError |
RemoteEmpire.shipEmerge(int shipNum)
|
EmpireError |
RemoteEmpire.shipLoadUnload(int shipNum,
java.lang.String what,
int quantity)
|
EmpireError |
RemoteEmpire.shipMine(int shipNum,
int numMines)
|
EmpireError |
RemoteEmpire.shipMove(int shipNum,
double direction,
double distance)
|
EmpireError |
RemoteEmpire.shipSetCourse(int shipNum,
WorldCoord dest,
double speed)
|
EmpireError |
RemoteEmpire.shipSubmerge(int shipNum)
|
EmpireError |
RemoteEmpire.shipUndock(int shipNum)
|
EmpireError |
RemoteEmpire.spread(int islandNum,
java.awt.Rectangle area,
IslandCoord fromCoord,
boolean mountains,
boolean own,
int civsPerSec,
IslandCoord dumpCoord)
|