Class EnvironmentFactory
java.lang.Object
com.csse3200.game.entities.factories.EnvironmentFactory
Factory to create all environmental entities on the map
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<TileEntity>
createEnvironment
(com.badlogic.gdx.maps.tiled.TiledMapTileLayer layer) Creates all entities for a specified layer of the map.
-
Constructor Details
-
EnvironmentFactory
public EnvironmentFactory()
-
-
Method Details
-
createEnvironment
public static List<TileEntity> createEnvironment(com.badlogic.gdx.maps.tiled.TiledMapTileLayer layer) Creates all entities for a specified layer of the map.- Parameters:
layer
- The layer in which all the environmental entities will need to be created.
-