Class ExtractorAnimationController

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

public class ExtractorAnimationController extends Component
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'.
  • Constructor Details

    • ExtractorAnimationController

      public ExtractorAnimationController()
  • Method Details

    • create

      public void create()
      Adds action listener to the extractor
      Overrides:
      create in class Component