Uses of Class
fr.iut.tetris.models.BlockModel
-
Packages that use BlockModel Package Description fr.iut.tetris.models fr.iut.tetris.vues -
-
Uses of BlockModel in fr.iut.tetris.models
Fields in fr.iut.tetris.models declared as BlockModel Modifier and Type Field Description BlockModel[][]PieceModel. childsMethods in fr.iut.tetris.models that return BlockModel Modifier and Type Method Description BlockModelBlockModel. clone()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 vueprivate static BlockModel[][]PieceModel. rotateClockWise(BlockModel[][] matrix, java.lang.String name)Rotate a given array of blocksprivate static BlockModel[][]PieceModel. rotateConterClockWise(BlockModel[][] matrix, java.lang.String name)Rotate a given array of blocksMethods in fr.iut.tetris.models with parameters of type BlockModel Modifier and Type Method Description private static BlockModel[][]PieceModel. rotateClockWise(BlockModel[][] matrix, java.lang.String name)Rotate a given array of blocksprivate static BlockModel[][]PieceModel. rotateConterClockWise(BlockModel[][] matrix, java.lang.String name)Rotate a given array of blocksConstructors in fr.iut.tetris.models with parameters of type BlockModel Constructor Description PieceModel(BlockModel[][] childs, java.awt.Point spawnPoint, java.lang.String name) -
Uses of BlockModel in fr.iut.tetris.vues
Fields in fr.iut.tetris.vues declared as BlockModel Modifier and Type Field Description (package private) BlockModelGamePanelCoop. noBlockModel(package private) BlockModelGamePanelSolo. noBlockModel(package private) BlockModelGamePanelVersus. noBlockModel(package private) BlockModelNextPiecePanel. noBlockModelMethods in fr.iut.tetris.vues with parameters of type BlockModel Modifier and Type Method Description voidTetrisBlock. recalulate(BlockModel model)
-