Class StructurePlacementService

java.lang.Object
com.csse3200.game.services.StructurePlacementService

public class StructurePlacementService extends Object
  • Constructor Details

    • StructurePlacementService

      public StructurePlacementService(EventHandler handler)
  • Method Details

    • getStructurePosition

      public com.badlogic.gdx.math.GridPoint2 getStructurePosition(PlaceableEntity searchEntity)
      Gets the position of the given entity.
      Parameters:
      searchEntity - - the entity to get the position of.
      Returns:
      the position of the entity.
    • placeStructureAt

      public void placeStructureAt(PlaceableEntity entity, com.badlogic.gdx.math.GridPoint2 tilePos, boolean centerX, boolean centerY)
    • canPlaceStructureAt

      public boolean canPlaceStructureAt(PlaceableEntity entity, com.badlogic.gdx.math.GridPoint2 tilePos)
    • replaceStructureAt

      public void replaceStructureAt(PlaceableEntity entity, com.badlogic.gdx.math.GridPoint2 tilePos, boolean centerX, boolean centerY)
    • spawnEntityAtVector

      public void spawnEntityAtVector(Entity entity, com.badlogic.gdx.math.Vector2 worldPos)
    • removeStructureAt

      public void removeStructureAt(com.badlogic.gdx.math.GridPoint2 tilePos)
    • removeStructureAt

      public void removeStructureAt(com.badlogic.gdx.math.GridPoint2 tilePos, boolean force)
    • getStructureAt

      public PlaceableEntity getStructureAt(com.badlogic.gdx.math.GridPoint2 position)