org.gjt.universe
Class TerrainType.RockTerrainType

java.lang.Object
  |
  +--org.gjt.universe.Classification
        |
        +--org.gjt.universe.TerrainType
              |
              +--org.gjt.universe.TerrainType.RockTerrainType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TerrainType

public static class TerrainType.RockTerrainType
extends TerrainType

This standard subclass is used to represent a barren rocky planet (e.g. Mercury)

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.gjt.universe.TerrainType
TerrainType.DesertTerrainType, TerrainType.GasGiantTerrainType, TerrainType.IceboundOceanTerrainType, TerrainType.IceTerrainType, TerrainType.MixedTerrainType, TerrainType.OceanTerrainType, TerrainType.RockTerrainType
 
Field Summary
 
Fields inherited from class org.gjt.universe.TerrainType
DESERT, GAS_GIANT, ICE, ICEBOUND_OCEAN, MIXED, OCEAN, ROCK
 
Fields inherited from class org.gjt.universe.Classification
 
Constructor Summary
TerrainType.RockTerrainType()
           
 
Methods inherited from class org.gjt.universe.TerrainType
getColor, instanceForMakeup
 
Methods inherited from class org.gjt.universe.Classification
getBackStory, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerrainType.RockTerrainType

public TerrainType.RockTerrainType()


Copyright © 2001 Universe Dev Team All Rights Reserved.