org.gjt.universe
Class WeatherType.ViolentWeatherType

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

public static class WeatherType.ViolentWeatherType
extends WeatherType

This standard subclass is used to represent planetary weather which is much more violent than that of Earth.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.gjt.universe.WeatherType
WeatherType.CalmWeatherType, WeatherType.NoneWeatherType, WeatherType.NormalWeatherType, WeatherType.TurbulentWeatherType, WeatherType.ViolentWeatherType
 
Field Summary
 
Fields inherited from class org.gjt.universe.WeatherType
CALM, NONE, NORMAL, TURBULENT, VIOLENT
 
Fields inherited from class org.gjt.universe.Classification
 
Constructor Summary
WeatherType.ViolentWeatherType()
           
 
Methods inherited from class org.gjt.universe.WeatherType
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

WeatherType.ViolentWeatherType

public WeatherType.ViolentWeatherType()


Copyright © 2001 Universe Dev Team All Rights Reserved.