Uses of Class
com.empireclassic.Remote.IslandCoord

Uses of IslandCoord in com.empireclassic.Remote
 

Methods in com.empireclassic.Remote that return IslandCoord
 IslandCoord WorldCoord.asIslandCoord(IslandInfo island)
           
 IslandCoord Sector.getLocation()
           
 IslandCoord IslandInfo.parseCoord(java.lang.String arg)
           
static IslandCoord IslandCoord.parseCoord(java.lang.String toParse)
          Parse a string for an island coordinate
 

Methods in com.empireclassic.Remote that return types with arguments of type IslandCoord
 java.util.List<IslandCoord> Sector.getAdjacencies()
           
 java.util.Map<IslandCoord,Sector> IslandInfo.getSectors()
           
 java.util.Map<IslandCoord,Sector> RemoteEmpire.CacheData.getSectors()
           
 java.util.Map<IslandCoord,Sector> RemoteEmpire.getSectors(int islandNum)
          Get information about every sector on an island.
 

Methods in com.empireclassic.Remote with parameters of type IslandCoord
 RemoteEmpire.AttackReply RemoteEmpire.attack(int islandNum, IslandCoord from, IslandCoord to, int numAttacking)
           
 RemoteEmpire.AttackReply RemoteEmpire.attackTest(int islandNum, IslandCoord from, IslandCoord to)
           
 boolean SelectionCondition.check(IslandCoord coord)
           
 void SelectionMap.clearSelection(IslandCoord coord)
          Clear selection of one sector
 EmpireError RemoteEmpire.enlist(int islandNum, IslandCoord coord, int enlistNum)
           
 boolean SelectionMap.isSelected(IslandCoord coord)
          Check if a specific location has been selected (true/false).
 EmpireError RemoteEmpire.launch(int islandNum, IslandCoord coord, java.lang.String shipType)
           
 EmpireError RemoteEmpire.setDes(int islandNumber, IslandCoord coord, int selection)
           
 void Sector.setLocation(IslandCoord coord)
           
 void SelectionMap.setSelection(IslandCoord coord)
          Set one sector to be selected.
 EmpireError RemoteEmpire.spread(int islandNum, java.awt.Rectangle area, IslandCoord fromCoord, boolean mountains, boolean own, int civsPerSec, IslandCoord dumpCoord)
           
 RemoteEmpire.SpreadTestReply RemoteEmpire.spreadTest(int islandNum, java.awt.Rectangle area, IslandCoord fromCoord, boolean mountains, boolean own)
           
 WorldCoord WorldCoord.translated(IslandCoord coord)
           
 

Method parameters in com.empireclassic.Remote with type arguments of type IslandCoord
 void RemoteEmpire.CacheData.setSectors(java.util.Map<IslandCoord,Sector> sectors)
           
 

Constructors in com.empireclassic.Remote with parameters of type IslandCoord
IslandCoord(IslandCoord coord)
          Construct new coord from existing one
WorldCoord(IslandInfo island, IslandCoord coord)
           
 

Constructor parameters in com.empireclassic.Remote with type arguments of type IslandCoord
RemoteEmpire.CacheData(int islandNum, int version, java.util.Map<IslandCoord,Sector> sectors)