fate.world
Class GroundStructure


java.lang.Object

  |

  +--fate.world.WorldObject

        |

        +--fate.world.GroundStructure


public class GroundStructure
extends WorldObject
implements java.io.Serializable

Represents a structure built on a Planetoid.

See Also:
Serialized Form

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

GroundStructure


public GroundStructure()
Creates new GroundStructure