fate.world
Class Resources


java.lang.Object

  |

  +--fate.world.Resources


public class Resources
extends java.lang.Object
implements java.io.Serializable

Represents resources on a Planetoid, SpaceStructure, or GroundStructure.

See Also:
Serialized Form

Field Summary
 int copper
           
 int diamond
           
 int foam
           
 int food
           
 int ftlfuel
           
 int fuelore
           
 int gold
           
 int graphite
           
 int iron
           
 int plastic
           
 int rubber
           
 int slsfuel
           
 
Constructor Summary
Resources()
          Creates new Resources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iron


public int iron

gold


public int gold

copper


public int copper

graphite


public int graphite

plastic


public int plastic

rubber


public int rubber

foam


public int foam

food


public int food

diamond


public int diamond

fuelore


public int fuelore

ftlfuel


public int ftlfuel

slsfuel


public int slsfuel
Constructor Detail

Resources


public Resources()
Creates new Resources