Interface Generator

All Known Implementing Classes:
PerfectGenerator, RandomGenerator

public interface Generator
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Reset this generator for new game.
  • Method Details

    • nextPiece

      Piece nextPiece()
      Returns:
      the next Piece generated by this generator
    • reset

      void reset()
      Reset this generator for new game.