Interface Resetable

All Known Implementing Classes:
MinimapInterpreter

public interface Resetable
A use case that needs to be reset when the game restarts (regardless of win or loss).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reset this component as if the game just started.
  • Method Details

    • reset

      void reset()
      Reset this component as if the game just started.