Uses of Class
com.empireclassic.Remote.Sector

Uses of Sector in com.empireclassic.Remote
 

Methods in com.empireclassic.Remote that return Sector
 Sector IslandInfo.getCapitol(int nationNum)
           
 

Methods in com.empireclassic.Remote that return types with arguments of type Sector
 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.
 

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

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