Class StructureDestroyComponent
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.structures.StructureDestroyComponent
This component can be placed on PlaceableEntities and will destroy the structure
if it runs out of health.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
update()
Checks whether the structure should be destroyed.Methods inherited from class com.csse3200.game.components.Component
create, dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate
-
Constructor Details
-
StructureDestroyComponent
public StructureDestroyComponent()Creates a StructureDestroyComponent.
-
-
Method Details