Class StructureDestroyComponent

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.structures.StructureDestroyComponent

public class StructureDestroyComponent extends Component
This component can be placed on PlaceableEntities and will destroy the structure if it runs out of health.
  • Constructor Details

    • StructureDestroyComponent

      public StructureDestroyComponent()
      Creates a StructureDestroyComponent.
  • Method Details

    • update

      public void update()
      Checks whether the structure should be destroyed. The structure should be destroyed if it has run out of health. If the structure has run out of health, the dispose method is scheduled to be called.
      Overrides:
      update in class Component