Package tetris.model

Interface Movement


interface Movement
The interface Movement represents a movement of a Tetris figure.
Version:
2.1
Author:
Stephan Fischli
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    perform(Figure figure)
    Performs a movement with a figure.
  • Method Details

    • perform

      void perform(Figure figure)
      Performs a movement with a figure.
      Parameters:
      figure - the figure to be moved