org.gjt.universe
Class TerrainType.IceTerrainType

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

public static class TerrainType.IceTerrainType
extends TerrainType

This standard subclass is used to represent a planet completely covered by a layer of ice (e.g. Pluto).

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

public TerrainType.IceTerrainType()


Copyright © 2001 Universe Dev Team All Rights Reserved.