Class BasicWallTool
java.lang.Object
com.csse3200.game.components.structures.tools.Tool
com.csse3200.game.components.structures.tools.PlacementTool
com.csse3200.game.components.structures.tools.BasicWallTool
A tool which allows the player to place a basic wall.
-
Field Summary
Fields inherited from class com.csse3200.game.components.structures.tools.PlacementTool
snapX, snapY
-
Constructor Summary
ConstructorsConstructorDescriptionBasicWallTool
(com.badlogic.gdx.utils.ObjectMap<String, Integer> cost) Creates a new basic wall tool with the given cost. -
Method Summary
Methods inherited from class com.csse3200.game.components.structures.tools.PlacementTool
getSnapPosition, hasEnoughResources, interact, isPositionValid
-
Constructor Details
-
BasicWallTool
Creates a new basic wall tool with the given cost.- Parameters:
cost
- - the cost of a basic wall.
-
-
Method Details
-
createStructure
Creates a new basic wall.- Specified by:
createStructure
in classPlacementTool
- Parameters:
player
- - the player creating the wall.- Returns:
- a new basic wall to place.
-