Package com.csse3200.game.components.structures


package com.csse3200.game.components.structures
  • Class
    Description
    Used to charge the player resources when a structure is placed and refund the player resources when a structure is picked up.
    This class listens to events relating to the state of the extractor and plays the extracting animation when the broken extractor is fixed, otherwise the broken extractor remains 'un-animated'.
    This component is used to change the texture and collision bounds of an entity depending on its neighbours.
    This class is used to read-in and store the vertices for entities with a JoinableComponent attached.
    Used by JoinableComponent to pass around the direction of a join between elements.
    Used by JoinableComponent to check if two entities should be joined.
    This interface defines methods components can implement which will be called when a structure is placed or removed via the StructurePlacementService.
    Used by the RotationRenderComponent to indicate which atlasRegion to display.
    This component can be used to display different AtlasRegions depending on the compass rotation of the entity.
    This component can be placed on PlaceableEntities and will destroy the structure if it runs out of health.
    This component can be placed onto the player and allows them to select and interact with structure tools.
    This class is used to read in the structure tools config file.
    This class is used to read in the structure tools config file.
    This component allows a turret to target the entity it is placed on.