Class Tool
java.lang.Object
com.csse3200.game.components.structures.tools.Tool
- Direct Known Subclasses:
Healing
,PlacementTool
A tool which can be selected via the StructureToolPicker and can be interacted with by the player.
This class must be inherited and interact implemented to function.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cost
The cost associated with the tool.
-
-
Constructor Details
-
Tool
Creates a new Tool with the given cost.- Parameters:
cost
- - the cost of using the tool.
-
-
Method Details
-
interact
Interacts with the given position in the structure grid.- Parameters:
player
- - the player interacting with the tool.position
- - the position being interacted with.- Returns:
- whether the tool was successfully interacted with.
-
getCost
Gets the cost associated with the tool.- Returns:
- the associated cost.
-