Package com.csse3200.game.services
Class StructurePlacementService.placeStructureAtArgs
java.lang.Object
com.csse3200.game.services.StructurePlacementService.placeStructureAtArgs
- Enclosing class:
- StructurePlacementService
-
Constructor Summary
ConstructorsConstructorDescriptionplaceStructureAtArgs
(Entity entity, com.badlogic.gdx.math.GridPoint2 tilePos, boolean centerX, boolean centerY) -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.math.GridPoint2
boolean
boolean
void
setCenterX
(boolean centerX) void
setCenterY
(boolean centerY) void
void
setTilePos
(com.badlogic.gdx.math.GridPoint2 tilePos)
-
Constructor Details
-
placeStructureAtArgs
public placeStructureAtArgs(Entity entity, com.badlogic.gdx.math.GridPoint2 tilePos, boolean centerX, boolean centerY)
-
-
Method Details
-
getEntity
-
setEntity
-
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)
-