Class EnvironmentFactory

java.lang.Object
com.csse3200.game.entities.factories.EnvironmentFactory

public class EnvironmentFactory extends Object
Factory to create all environmental entities on 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.