Uses of Class
fr.iut.tetris.exceptions.OverlappedPieceException
-
Packages that use OverlappedPieceException Package Description fr.iut.tetris.models -
-
Uses of OverlappedPieceException in fr.iut.tetris.models
Methods in fr.iut.tetris.models that throw OverlappedPieceException Modifier and Type Method Description BlockModel[][]CoopModel. computeMixedGrid(boolean render_dropped_piece)This is the function that the game is based on throws an error if the board is impossible if else return the grid for the vueBlockModel[][]SoloModel. computeMixedGrid(boolean render_dropped_piece)This is the function that the game is based on throws an error if the board is impossible if else return the grid for the vueBlockModel[][]VersusModel. computeMixedGrid(int player, boolean render_dropped_piece)This is the function that the game is based on throws an error if the board is impossible if else return the grid for the vue
-