cad.simcad.worldsimulator.world.terrain.env
Class DarkForestEnv

java.lang.Object
  |
  +--cad.simcad.worldsimulator.world.terrain.env.EarthEnv
        |
        +--cad.simcad.worldsimulator.world.terrain.env.DarkForestEnv
All Implemented Interfaces:
EnvType, java.io.Serializable

public class DarkForestEnv
extends EarthEnv
implements EnvType

Version:
1.0
Author:
Charles-Philip Bentley
See Also:
Serialized Form

Constructor Summary
DarkForestEnv(java.lang.Integer id)
          Creates new Grass
 
Method Summary
 boolean canRoad()
           
 java.lang.String getClassName()
           
 int getId()
           
 java.lang.String getName()
           
 
Methods inherited from class cad.simcad.worldsimulator.world.terrain.env.EarthEnv
getClassName, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DarkForestEnv

public DarkForestEnv(java.lang.Integer id)
Creates new Grass

Method Detail

canRoad

public boolean canRoad()
Specified by:
canRoad in interface EnvType

getName

public java.lang.String getName()
Specified by:
getName in interface EnvType

getId

public int getId()
Specified by:
getId in interface EnvType

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface EnvType

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be