public class Healing
extends Tool
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
Interacts with the given position in the structure grid.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Healing
public Healing(com.badlogic.gdx.utils.ObjectMap<String,Integer> cost)
-
Method Details
-
interact
public boolean interact(Entity player,
com.badlogic.gdx.math.GridPoint2 position)
Description copied from class: Tool
Interacts with the given position in the structure grid.
- Specified by:
interact
in class Tool
- Parameters:
player
- - the player interacting with the tool.
position
- - the position being interacted with.
- Returns:
- whether the tool was successfully interacted with.