Enum Class TerrainFactory.TerrainType

java.lang.Object
java.lang.Enum<TerrainFactory.TerrainType>
com.csse3200.game.areas.terrain.TerrainFactory.TerrainType
All Implemented Interfaces:
Serializable, Comparable<TerrainFactory.TerrainType>, Constable
Enclosing class:
TerrainFactory

public static enum TerrainFactory.TerrainType extends Enum<TerrainFactory.TerrainType>
This enum should contain the different terrains in your game, e.g. forest, cave, home, all with the same oerientation. But for demonstration purposes, the base code has the same level in 3 different orientations.