public class GateTool extends PlacementTool
  • Constructor Details

    • GateTool

      public GateTool(com.badlogic.gdx.utils.ObjectMap<String,Integer> cost)
      Creates a new tool which allows the placing of structures with the given cost.
      Parameters:
      cost - - the cost of the entity being placed.
  • Method Details

    • createStructure

      public PlaceableEntity createStructure(Entity player)
      Description copied from class: PlacementTool
      Creates the structure to be placed. This must be implemented in subclasses to function.
      Specified by:
      createStructure in class PlacementTool
      Parameters:
      player - - the player placing the structure.
      Returns:
      the structure to be placed.