Uses of Class
fr.iut.tetris.exceptions.PieceOutOfBoardException
-
Packages that use PieceOutOfBoardException Package Description fr.iut.tetris.models -
-
Uses of PieceOutOfBoardException in fr.iut.tetris.models
Methods in fr.iut.tetris.models that throw PieceOutOfBoardException 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
-