com.empireclassic.Remote
Class YourShip

java.lang.Object
  extended by com.empireclassic.Remote.Ship
      extended by com.empireclassic.Remote.YourShip
All Implemented Interfaces:
java.lang.Comparable

public class YourShip
extends Ship

Author:
chas

Field Summary
 
Fields inherited from class com.empireclassic.Remote.Ship
loc, shipNum, speed, submerged, type
 
Constructor Summary
YourShip(java.lang.String serverResponse)
           
 
Method Summary
 double getHeading()
           
 int getOwner()
           
 
Methods inherited from class com.empireclassic.Remote.Ship
compareTo, formatName, getLoc, getShipNum, getSpeed, getType, isSubmerged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YourShip

public YourShip(java.lang.String serverResponse)
Method Detail

getHeading

public double getHeading()
Specified by:
getHeading in class Ship

getOwner

public int getOwner()
Specified by:
getOwner in class Ship