Package com.csse3200.game.services
Class EntityPlacementService
java.lang.Object
com.csse3200.game.services.EntityPlacementService
Service to allow entities to be placed after game initilisation
Code is a modified version of StructurePlacementServic written by team 7
Kept Seperate due to differences in implementation and functionality
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
PlaceEntity
(Entity entity) Function relay place entity call to listeners - passes provided entityvoid
PlaceEntityAt
(Entity entity, com.badlogic.gdx.math.Vector2 position) FUnction to relay an entity and a position
-
Constructor Details
-
EntityPlacementService
-
-
Method Details
-
PlaceEntity
Function relay place entity call to listeners - passes provided entity- Parameters:
entity
- - entity to be relayed
-
PlaceEntityAt
FUnction to relay an entity and a position- Parameters:
entity
- - the entity to be relayedposition
- - a Vector 2 indicatoring a position to be relayed
-