Enhanced Boss Bars The Binding Of Isaac Repentance

The Shape class provides information about a Tetris piece.protected enum Tetrominoe NoShape, ZShape, SShape, LineShape, TShape, SquareShape, LShape, MirroredLShapeThe Tetrominoe enum holds seven Tetris shape names and theempty shape called NoShape.coords = new int[4][2];setShape(Tetrominoe.NoShape);The coords array holds the actual coordinates of a Tetris piece.