Class StructurePlacementService.placeStructureAtArgs

java.lang.Object
com.csse3200.game.services.StructurePlacementService.placeStructureAtArgs
Enclosing class:
StructurePlacementService

public static class StructurePlacementService.placeStructureAtArgs extends Object
  • Constructor Details

    • placeStructureAtArgs

      public placeStructureAtArgs(Entity entity, com.badlogic.gdx.math.GridPoint2 tilePos, boolean centerX, boolean centerY)
  • Method Details

    • getEntity

      public Entity getEntity()
    • setEntity

      public void setEntity(Entity entity)
    • getTilePos

      public com.badlogic.gdx.math.GridPoint2 getTilePos()
    • setTilePos

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

      public boolean isCenterX()
    • setCenterX

      public void setCenterX(boolean centerX)
    • isCenterY

      public boolean isCenterY()
    • setCenterY

      public void setCenterY(boolean centerY)