fate.world
Class Ship


java.lang.Object

  |

  +--fate.world.WorldObject

        |

        +--fate.world.OrbitingBody

              |

              +--fate.world.SpaceStructure

                    |

                    +--fate.world.Ship


public class Ship
extends SpaceStructure
implements java.io.Serializable

Represents a space ship that can travel around the universe.

See Also:
Serialized Form

Fields inherited from class fate.world.SpaceStructure
owner
 
Fields inherited from class fate.world.OrbitingBody
distance, position, velocity
 
Fields inherited from class fate.world.WorldObject
id, name, parent
 
Constructor Summary
Ship()
          Creates new Ship
 
Methods inherited from class fate.world.OrbitingBody
compareTo, x, y
 
Methods inherited from class fate.world.WorldObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ship


public Ship()
Creates new Ship