Package com.csse3200.game.areas
Class ShopArea
java.lang.Object
com.csse3200.game.areas.GameArea
com.csse3200.game.areas.ShopArea
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
Shop Area for spawning items and stats about the ship
-
Field Summary
Fields inherited from class com.csse3200.game.areas.GameArea
areaEntities, companion, entityPlacementService, player, structurePlacementService, terrain
-
Constructor Summary
ConstructorsConstructorDescriptionShopArea
(TerrainFactory terrainFactory) Constructor for initializing terrain area -
Method Summary
Methods inherited from class com.csse3200.game.areas.GameArea
getAreaEntities, getCompanion, getPlayer, getTerrain, placeEntityAt, registerEntityPlacementService, registerStructurePlacementService, spawnEntity, spawnEntityAt, spawnEntityAtVector, spawnExtractor, spawnPlayer
-
Constructor Details
-
ShopArea
Constructor for initializing terrain area- Parameters:
terrainFactory
- Terrain factory being used in the area
-
-
Method Details
-
create
public void create()Main method for calling all the methods in the ShopArea into the UpgradeShopScreen class -
dispose
public void dispose()Description copied from class:GameArea
Dispose of all internal entities in the area
-