org.gjt.universe
Class TerrainType.GasGiantTerrainType

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

public static class TerrainType.GasGiantTerrainType
extends TerrainType

This standard subclass is used as the catch-all for those terrains whose make-up falls outside the character of all other terrain types.

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.GasGiantTerrainType()
           
 
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.GasGiantTerrainType

public TerrainType.GasGiantTerrainType()


Copyright © 2001 Universe Dev Team All Rights Reserved.