java.lang.Object
com.csse3200.game.components.structures.tools.Tool
com.csse3200.game.components.structures.tools.Healing

public class Healing extends Tool
  • Field Summary

    Fields inherited from class com.csse3200.game.components.structures.tools.Tool

    cost
  • Constructor Summary

    Constructors
    Constructor
    Description
    Healing(com.badlogic.gdx.utils.ObjectMap<String,Integer> cost)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    interact(Entity player, com.badlogic.gdx.math.GridPoint2 position)
    Interacts with the given position in the structure grid.

    Methods inherited from class com.csse3200.game.components.structures.tools.Tool

    getCost

    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.