fate.world
Class SpaceStructure


java.lang.Object

  |

  +--fate.world.WorldObject

        |

        +--fate.world.OrbitingBody

              |

              +--fate.world.SpaceStructure

Direct Known Subclasses:
Ship

public class SpaceStructure
extends OrbitingBody
implements java.io.Serializable

Represents a structure built in space, generally in a solar system, orbiting a Planetoid.

See Also:
Serialized Form

Field Summary
 Player owner
           
 
Fields inherited from class fate.world.OrbitingBody
distance, position, velocity
 
Fields inherited from class fate.world.WorldObject
id, name, parent
 
Constructor Summary
SpaceStructure()
          Creates new SpaceStructure
 
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
 

Field Detail

owner


public Player owner
Constructor Detail

SpaceStructure


public SpaceStructure()
Creates new SpaceStructure