Class ExtractorTool


public class ExtractorTool extends ReplacementTool
  • Constructor Details

    • ExtractorTool

      public ExtractorTool(com.badlogic.gdx.utils.ObjectMap<String,Integer> cost)
  • Method Details

    • createStructure

      public PlaceableEntity createStructure(Entity player)
      Creates a new extractor producing the resource of the location it is being placed, and increments the total amount of tracked extractors of this type
      Specified by:
      createStructure in class ReplacementTool
      Parameters:
      player - The player creating the extractor
      Returns:
      the extractor, fully built
    • isPositionValid

      public boolean isPositionValid(com.badlogic.gdx.math.GridPoint2 position, PlaceableEntity structure)
      Checks if the position of the extractor is valid: - There is no collision with other structures (TODO or the map) - The resource type of the extractor doesnt exceed the cap
      Overrides:
      isPositionValid in class ReplacementTool
      Parameters:
      position - The position of the extractor
      Returns:
      whether the extractor can be placed