Package com.csse3200.game.areas
Class TestGameArea
java.lang.Object
com.csse3200.game.areas.GameArea
com.csse3200.game.areas.TestGameArea
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
-
Field Summary
Fields inherited from class com.csse3200.game.areas.GameArea
areaEntities, terrain
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Create the game area in the world.getMap()
void
setGameMap
(GameMap gameMap) Methods inherited from class com.csse3200.game.areas.GameArea
deSpawnEntity, dispose, getAreaEntities, getLoadableTypes, getPlayer, getTractor, removeEntity, removeLoadableEntities, setPlayer, setTractor, spawnEntity, spawnEntityAt
-
Constructor Details
-
TestGameArea
public TestGameArea()
-
-
Method Details