Package model
Class Swamp
java.lang.Object
model.Terrain
model.Swamp
- All Implemented Interfaces:
Serializable
Implementation of Swamp Terrain type.
- See Also:
-
Field Summary
Fields inherited from class model.Terrain
entities, speedMod, tileVersion, type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class model.Terrain
addEntities, getEntities, getSpeedMod, getTileVersion, getType, setEntities
-
Constructor Details
-
Swamp
public Swamp()Constructs a new Swamp instance without predefined entities. -
Swamp
Constructs a new Swamp instance with predefined entities.- Parameters:
entities
- an ArrayList containing the entities
-