Uses of Class
com.empireclassic.Remote.RemoteEmpire.PlaneType

Uses of RemoteEmpire.PlaneType in com.empireclassic.Remote
 

Methods in com.empireclassic.Remote that return RemoteEmpire.PlaneType
static RemoteEmpire.PlaneType RemoteEmpire.PlaneType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RemoteEmpire.PlaneType[] RemoteEmpire.PlaneType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.empireclassic.Remote with parameters of type RemoteEmpire.PlaneType
 RemoteEmpire.BuildPlanesReply RemoteEmpire.BuildPlanes(int islandNum, RemoteEmpire.PlaneType type, int numRequested)
           
 RemoteEmpire.BuildPlanesReply RemoteEmpire.buildPlanesTest(int islandNum, RemoteEmpire.PlaneType type)