Class EntityPlacementService

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

public class EntityPlacementService extends Object
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 Details

    • EntityPlacementService

      public EntityPlacementService(EventHandler handler)
  • Method Details

    • PlaceEntity

      public void PlaceEntity(Entity entity)
      Function relay place entity call to listeners - passes provided entity
      Parameters:
      entity - - entity to be relayed
    • PlaceEntityAt

      public void PlaceEntityAt(Entity entity, com.badlogic.gdx.math.Vector2 position)
      FUnction to relay an entity and a position
      Parameters:
      entity - - the entity to be relayed
      position - - a Vector 2 indicatoring a position to be relayed